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





Windows & Linux

Description

Option for the second turn.

Property type

Read-write property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.