ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Mapping Namespace / MapView Class / GetStereoCursorPosition Method

In This Topic
    GetStereoCursorPosition Method
    In This Topic
    Gets the current stereo cursor position as a map point.
    Syntax
    Public Function GetStereoCursorPosition() As MapPoint
    public MapPoint GetStereoCursorPosition()

    Return Value

    The current stereo cursor position as a ArcGIS.Core.Geometry.MapPoint
    Exceptions
    ExceptionDescription
    The viewer is not initialized or is busy.
    Remarks
    The map point is returned in the current spatial reference of the map (being shown in the active view). If the map's ArcGIS.Core.CIM.MapViewingMode is notArcGIS.Core.CIM.MapViewingMode.MapStereo {0,0,0} will always be returned.
    Requirements

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

    ArcGIS Pro version: 3.7 or higher.
    See Also