Option for the second turn.
Read-write property
[Visual Basic .NET] |
---|
Public Property EnrouteSecondTurn() As AgEAvtrNavigatorTurnDir |
[C#] |
---|
public AgEAvtrNavigatorTurnDir EnrouteSecondTurn {get; set;} |
[Managed C++] |
---|
public: __property AgEAvtrNavigatorTurnDir get_EnrouteSecondTurn(); |
[Unmanaged C++] |
---|
public: HRESULT get_EnrouteSecondTurn( AgEAvtrNavigatorTurnDir * pVal ); public: HRESULT put_EnrouteSecondTurn( AgEAvtrNavigatorTurnDir newVal ); |
[Java] |
---|
public AgEAvtrNavigatorTurnDir getEnrouteSecondTurn(); public void setEnrouteSecondTurn( AgEAvtrNavigatorTurnDir ); |
[Python - STK API ] |
---|
@property def EnrouteSecondTurn(self) -> "AgEAvtrNavigatorTurnDir": @EnrouteSecondTurn.setter def EnrouteSecondTurn(self, newVal:"AgEAvtrNavigatorTurnDir") -> None: |