STK AviatorSend comments on this topic.
EntryManeuver Property (IAgAvtrProcedureHoldingRacetrack)
See Also
Windows





Windows & Linux

Description

Defines how the aircraft will enter the holding pattern.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EntryManeuver() As AgEAvtrHoldingEntryManeuver
[C#]
public AgEAvtrHoldingEntryManeuver EntryManeuver {get; set;}
[Managed C++]
public: __property AgEAvtrHoldingEntryManeuver get_EntryManeuver();
public: __property void set_EntryManeuver( AgEAvtrHoldingEntryManeuver );
[Unmanaged C++]
public: HRESULT get_EntryManeuver(
    AgEAvtrHoldingEntryManeuver * pVal
);
public: HRESULT put_EntryManeuver(
    AgEAvtrHoldingEntryManeuver newVal
);
[Java]
public AgEAvtrHoldingEntryManeuver getEntryManeuver();
public void setEntryManeuver(
    AgEAvtrHoldingEntryManeuver
);
[Python - STK API ]
@property
def EntryManeuver(self) -> "AgEAvtrHoldingEntryManeuver":

@EntryManeuver.setter
def EntryManeuver(self, newVal:"AgEAvtrHoldingEntryManeuver") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.