ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / Map Class / SetStereoCursorFixedMode Method
The cursor of the stereo model is fixed

In This Topic
    SetStereoCursorFixedMode Method
    In This Topic
    Toggles the stereo model's cursor between fixed and floating states.
    Syntax
    public void SetStereoCursorFixedMode( 
       bool cursorFixed
    )
    Public Sub SetStereoCursorFixedMode( _
       ByVal cursorFixed As Boolean _
    ) 

    Parameters

    cursorFixed
    The cursor of the stereo model is fixed
    Exceptions
    ExceptionDescription
    This method or property must be called within the lambda passed to QueuedTask.Run.
    The cursor fixed mode can only be set on Stereo maps.
    Remarks
    Setting cursor fixed mode is only valid for maps with a DefaultViewingMode of MapViewingMode.MapStereo
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also