ArcGIS Pro 3.6 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 bool GetStereoCursorFixedMode()
    Public Function GetStereoCursorFixedMode() As Boolean

    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, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also