ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Core.DeviceLocation Namespace / NMEASnapshot Class / Position Property

In This Topic
    Position Property (NMEASnapshot)
    In This Topic
    Gets a ArcGIS.Core.Geometry.Coordinate3D for the position.
    Syntax
    public override Nullable<Coordinate3D> Position {get;}
    Public Overrides NotOverridable ReadOnly Property Position As Nullable(Of Coordinate3D)
    Remarks
    The position is provided as latitude, longitude, and Z.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also