AircraftReferenceStatePosition Property |
Gets or sets the position of the aircraft.
The height coordinate is the height with respect to the
HeightReferenceSurface.
Namespace:
AGI.Foundation.AircraftPropagation
Assembly:
AGI.Foundation.AircraftPropagation (in AGI.Foundation.AircraftPropagation.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public Cartographic Position { get; set; }
Public Property Position As Cartographic
Get
Set
public:
property Cartographic Position {
Cartographic get ();
void set (Cartographic value);
}
member Position : Cartographic with get, set
Property Value
Type:
CartographicSee Also