STK AviatorSend comments on this topic.
EnrouteFirstTurn Property (IAgAvtrEnrouteTurnDirectionOptions)
See Also
Windows





Windows & Linux

Description

Option for the first turn.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EnrouteFirstTurn() As AgEAvtrNavigatorTurnDir
[C#]
public AgEAvtrNavigatorTurnDir EnrouteFirstTurn {get; set;}
[Managed C++]
public: __property AgEAvtrNavigatorTurnDir get_EnrouteFirstTurn();
public: __property void set_EnrouteFirstTurn( AgEAvtrNavigatorTurnDir );
[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:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.