Get the interface for a Sub/Super/Hypersonic Aerodynamics strategy.
Read-only property
[Visual Basic .NET] |
---|
Public Property AeroModeAsSubSuperHypersonic() As IAgAvtrAdvFixedWingSubSuperHypersonicAero |
[C#] |
---|
public IAgAvtrAdvFixedWingSubSuperHypersonicAero AeroModeAsSubSuperHypersonic {get;} |
[Managed C++] |
---|
public: __property IAgAvtrAdvFixedWingSubSuperHypersonicAero ^ get_AeroModeAsSubSuperHypersonic(); |
[Unmanaged C++] |
---|
public: HRESULT get_AeroModeAsSubSuperHypersonic( IAgAvtrAdvFixedWingSubSuperHypersonicAero ** ppRetVal ); |
[Java] |
---|
public IAgAvtrAdvFixedWingSubSuperHypersonicAero getAeroModeAsSubSuperHypersonic(); |
[Python - STK API ] |
---|
@property def AeroModeAsSubSuperHypersonic(self) -> "IAgAvtrAdvFixedWingSubSuperHypersonicAero": |