CircularHoldProcedureTurnDirection Property  | 
 
            Gets or sets the direction (right or left) of the turn.
            
 
    Namespace: 
   AGI.Foundation.RouteDesign
    Assembly:
   AGI.Foundation.RouteDesign (in AGI.Foundation.RouteDesign.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic ClosedTurnDirection TurnDirection { get; set; }Public Property TurnDirection As ClosedTurnDirection
	Get
	Set
public:
property ClosedTurnDirection TurnDirection {
	ClosedTurnDirection get ();
	void set (ClosedTurnDirection value);
}member TurnDirection : ClosedTurnDirection with get, set
Property Value
Type: 
ClosedTurnDirection
See Also