ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Realtime Namespace / RealtimeCursorBase Class / GetState Method

In This Topic
    GetState Method (RealtimeCursorBase)
    In This Topic
    Gets the state of this real-time cursor. This method can be called on any thread.
    Syntax
    public RealtimeCursorState GetState()
    Public Function GetState() As RealtimeCursorState

    Return Value

    A value of RealtimeCursorState specifying the state of this real-time cursor.
    Exceptions
    ExceptionDescription
    A geodatabase-related exception has occurred.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.2 or higher.
    See Also