AircraftReferenceState.Position 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: 25.1.421.0 (25.1.421.0)
Syntaxpublic 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:
Cartographic
See Also