STK AviatorSend comments on this topic.
AeroModeAsSupersonic Property (IAgAvtrAdvFixedWingTool)
See Also
Windows





Windows & Linux

Description

Get the interface for a Supersonic Aerodynamics strategy.

Property type

Read-only property

Syntax

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.