STK AviatorSend comments on this topic.
ModeAsSimple Property (IAgAvtrAircraftProp)
See Also
Windows





Windows & Linux

Description

Get the interface for a simple propulsion strategy.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property ModeAsSimple() As IAgAvtrAircraftSimpleProp
[C#]
public IAgAvtrAircraftSimpleProp ModeAsSimple {get;}
[Managed C++]
public: __property IAgAvtrAircraftSimpleProp ^ get_ModeAsSimple();
[Unmanaged C++]
public: HRESULT get_ModeAsSimple(
    IAgAvtrAircraftSimpleProp ** ppRetVal
);
[Java]
public IAgAvtrAircraftSimpleProp getModeAsSimple();
[Python - STK API ]
@property
def ModeAsSimple(self) -> "IAgAvtrAircraftSimpleProp":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.