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





Windows & Linux

Description

Get the interface for a normal takeoff.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property ModeAsNormal() As IAgAvtrTakeoffNormal
[C#]
public IAgAvtrTakeoffNormal ModeAsNormal {get;}
[Managed C++]
public: __property IAgAvtrTakeoffNormal ^ get_ModeAsNormal();
[Unmanaged C++]
public: HRESULT get_ModeAsNormal(
    IAgAvtrTakeoffNormal ** ppTakeoffNormal
);
[Java]
public IAgAvtrTakeoffNormal getModeAsNormal();
[Python - STK API ]
@property
def ModeAsNormal(self) -> "IAgAvtrTakeoffNormal":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.