ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.Realtime Namespace / RealtimeCursor Class
Properties Methods


In This Topic
    RealtimeCursor Class Members
    In This Topic

    The following tables list the members exposed by RealtimeCursor.

    Public Properties
     NameDescription
    Public PropertyGets the current RealtimeRow in this RealtimeCursor.  
    Public Property Gets the opaque handle to the underlying native object. (Inherited from ArcGIS.Core.CoreObjectsBase)
    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.RealtimeCursorBase)
    Public MethodGets the readonly list of ArcGIS.Core.Data.Fields present in the cursor. This method can be called on any thread. (Inherited from ArcGIS.Core.Data.Realtime.RealtimeCursorBase)
    Public Method Gets the state of this real-time cursor. This method can be called on any thread. (Inherited from ArcGIS.Core.Data.Realtime.RealtimeCursorBase)
    Public MethodAdvances to the next RealtimeRow in this RealtimeCursor. This method can be called on any thread.  
    Public MethodUnsubscribes this real-time cursor from the RealtimeTable events. This method can be called on any thread. (Inherited from ArcGIS.Core.Data.Realtime.RealtimeCursorBase)
    Public MethodOverloaded.  (Inherited from ArcGIS.Core.Data.Realtime.RealtimeCursorBase)
    Top
    See Also