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