STK AviatorSend comments on this topic.
SetDensityScaling Method (IAgAvtrAircraftExternalProp)
See Also
UseScaling
Exponent
Windows





Windows & Linux

Description

Set the option to use density scaling and set the density ratio exponent.

Syntax

[Visual Basic .NET]
Public Sub SetDensityScaling( _
    ByVal UseScaling As Boolean, _
    ByVal Exponent As Double _
)
[C#]
public void SetDensityScaling(
    bool UseScaling,
    double Exponent
);
[Managed C++]
public: void SetDensityScaling(
    bool UseScaling,
    double Exponent
);
[Unmanaged C++]
public: HRESULT SetDensityScaling(
    VARIANT_BOOL UseScaling,
    double Exponent
);
[Java]
public void setDensityScaling(
    bool UseScaling,
    double Exponent
);
[Python - STK API ]
def SetDensityScaling(self, UseScaling:bool, Exponent:float) -> None:

Parameters

UseScaling
Exponent

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.