STK AviatorSend comments on this topic.
SuperHyperMachTransition Property (IAgAvtrAdvFixedWingSubSuperHypersonicAero)
See Also
Windows





Windows & Linux

Description

Gets or sets the minimum speed at which the air flow will be treated as hypersonic.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SuperHyperMachTransition() As Double
[C#]
public double SuperHyperMachTransition {get; set;}
[Managed C++]
public: __property double get_SuperHyperMachTransition();
public: __property void set_SuperHyperMachTransition( double );
[Unmanaged C++]
public: HRESULT get_SuperHyperMachTransition(
    double * pVal
);
public: HRESULT put_SuperHyperMachTransition(
    double newVal
);
[Java]
public double getSuperHyperMachTransition();
public void setSuperHyperMachTransition(
    double
);
[Python - STK API ]
@property
def SuperHyperMachTransition(self) -> float:

@SuperHyperMachTransition.setter
def SuperHyperMachTransition(self, newVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.