STK AviatorSend comments on this topic.
DensityAlt Property (IAgAvtrAtmosphereModelBasic)
See Also
Windows





Windows & Linux

Description

Get the sea-level density altitude.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property DensityAlt() As Double
[C#]
public double DensityAlt {get;}
[Managed C++]
public: __property double get_DensityAlt();
[Unmanaged C++]
public: HRESULT get_DensityAlt(
    double * pRetVal
);
[Java]
public double getDensityAlt();
[Python - STK API ]
@property
def DensityAlt(self) -> float:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.