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





Windows & Linux

Description

Gets or sets the scalar value that models drag produced by shock waves at or near the aircraft's critical Mach number.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property WaveDragFactor() As Double
[C#]
public double WaveDragFactor {get; set;}
[Managed C++]
public: __property double get_WaveDragFactor();
public: __property void set_WaveDragFactor( double );
[Unmanaged C++]
public: HRESULT get_WaveDragFactor(
    double * pVal
);
public: HRESULT put_WaveDragFactor(
    double newVal
);
[Java]
public double getWaveDragFactor();
public void setWaveDragFactor(
    double
);
[Python - STK API ]
@property
def WaveDragFactor(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.