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++] |
|---|
|
| [Java] |
|---|
public AgEAvtrNavigatorTurnDir getEnrouteFirstTurn(); public void setEnrouteFirstTurn( AgEAvtrNavigatorTurnDir ); |
[Python - STK API ] |
|---|
@property def EnrouteFirstTurn(self) -> "AgEAvtrNavigatorTurnDir": @EnrouteFirstTurn.setter def EnrouteFirstTurn(self, newVal:"AgEAvtrNavigatorTurnDir") -> None: |






