STK AviatorSend comments on this topic.
MachDivergence Property (IAgAvtrAdvFixedWingSubsonicAero)
See Also
Windows





Windows & Linux

Description

Gets or sets the speed at which the aircraft begins to experience air compression.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MachDivergence() As Double
[C#]
public double MachDivergence {get; set;}
[Managed C++]
public: __property double get_MachDivergence();
public: __property void set_MachDivergence( double );
[Unmanaged C++]
public: HRESULT get_MachDivergence(
    double * pVal
);
public: HRESULT put_MachDivergence(
    double newVal
);
[Java]
public double getMachDivergence();
public void setMachDivergence(
    double
);
[Python - STK API ]
@property
def MachDivergence(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.