StationaryHoldProcedureWaypoint Property  | 
 
            Gets or sets the waypoint location at which to wait.  The height of the waypoint represents
            the height above the 
ReferenceSurface.
            
 
    Namespace: 
   AGI.Foundation.RouteDesign
    Assembly:
   AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic Cartographic Waypoint { get; set; }Public Property Waypoint As Cartographic
	Get
	Set
public:
property Cartographic Waypoint {
	Cartographic get ();
	void set (Cartographic value);
}member Waypoint : Cartographic with get, set
Property Value
Type: 
Cartographic
See Also