ArcGIS Pro 3.3 API Reference Guide
ArcGIS.Core.Data.Realtime Namespace / RealtimeCursorState Enumeration

In This Topic
    RealtimeCursorState Enumeration
    In This Topic
    Specifies the state of a RealtimeCursor.
    Syntax
    Members
    MemberDescription
    SubscribedThe RealtimeCursor is subscribed.
    UnsubscribedCapacityThe RealtimeCursor was automatically unsubscribed in order to prevent an internal buffer overflow condition.
    UnsubscribedNormalThe RealtimeCursor was unsubscribed.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             ArcGIS.Core.Data.Realtime.RealtimeCursorState

    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also