ArcGIS Pro 3.0 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, Windows 8.1

    See Also