ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Realtime Namespace / RealtimeFeature Class
Properties Methods


In This Topic
    RealtimeFeature Class Members
    In This Topic

    The following tables list the members exposed by RealtimeFeature.

    Public Properties
     NameDescription
    Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public PropertyOverloaded. Overridden.  Gets and sets the value of a field given its index position. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    Public Methods
     NameDescription
    Public Method (Inherited from ArcGIS.Core.CoreObjectsBase)
    Public Method Gets the index position for a field by name. This method can be called on any thread. (Inherited from ArcGIS.Core.Data.Realtime.RealtimeRow)
    Public MethodGets a IReadOnlyList containing the fields of the RealtimeRow. This method can be called on any thread. (Inherited from ArcGIS.Core.Data.Realtime.RealtimeRow)
    Public Method Gets the object ID of the row. This method can be called on any thread. (Inherited from ArcGIS.Core.Data.Realtime.RealtimeRow)
    Public Method Returns the source of this real-time row. This method can be called on any thread. (Inherited from ArcGIS.Core.Data.Realtime.RealtimeRow)
    Public Method Gets the geometry of this feature. This method must be called on the MCT. Use QueuedTask.Run.  
    Top
    See Also