ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / Map Class / GetStereoCursorFixedMode Method

In This Topic
    GetStereoCursorFixedMode Method
    In This Topic
    Gets a value indicating whether the cursor of the stereo model is fixed.
    Syntax
    Public Function GetStereoCursorFixedMode() As Boolean
    public bool GetStereoCursorFixedMode()

    Return Value

    True if the cursor mode is fixed.
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    Remarks
    For non-stereo maps it would return false.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.6 or higher.
    See Also