ArcGIS Pro 3.7 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 Function GetState() As RealtimeCursorState
    public RealtimeCursorState GetState()

    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.2 or higher.
    See Also