AGI STK Astrogator 11 Send comments on this topic.
AtmosModelName Property (IAgVAStateCalcEnvironment)
See Also 





Description

The atmospheric density model of the component.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AtmosModelName() As String

[C#]
public string AtmosModelName {get; set;}

[Managed C++]
public: __property String __gc ^ get_AtmosModelName();
public: __property void set_AtmosModelName(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_AtmosModelName(
BSTR * pRetVal
);
public: HRESULT put_AtmosModelName(
BSTR NewAtmosModelName
);

[Java]
public String getAtmosModelName();public void setAtmosModelName(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1