ArcGIS Pro 3.7 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 Overrides NotOverridable ReadOnly Property Position As Nullable(Of Coordinate3D)
    public override Nullable<Coordinate3D> Position {get;}
    Remarks
    The position is provided as latitude, longitude, and Z.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also