STK AviatorSend comments on this topic.
ModeAsDeparturePoint Property (IAgAvtrProcedureTakeoff)
See Also
Windows





Windows & Linux

Description

Get the interface for a departure point takeoff.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property ModeAsDeparturePoint() As IAgAvtrTakeoffDeparturePoint
[C#]
public IAgAvtrTakeoffDeparturePoint ModeAsDeparturePoint {get;}
[Managed C++]
public: __property IAgAvtrTakeoffDeparturePoint ^ get_ModeAsDeparturePoint();
[Unmanaged C++]
public: HRESULT get_ModeAsDeparturePoint(
    IAgAvtrTakeoffDeparturePoint ** ppVal
);
[Java]
public IAgAvtrTakeoffDeparturePoint getModeAsDeparturePoint();
[Python - STK API ]
@property
def ModeAsDeparturePoint(self) -> "IAgAvtrTakeoffDeparturePoint":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.