HeadingAtWaypointProcedurePosition Property |
Gets or sets the geodetic position of the waypoint at which to arrive and leave at the given
Heading.
Namespace:
AGI.Foundation.RouteDesign
Assembly:
AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.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