Gets or sets the atmospheric density model of the component.
Read-write property
[Visual Basic .NET] |
---|
Public Property AtmosModelName() As String |
[C#] |
---|
public string AtmosModelName {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_AtmosModelName(); |
[Unmanaged C++] |
---|
public: HRESULT get_AtmosModelName( BSTR * pVal ); public: HRESULT put_AtmosModelName( BSTR InVal ); |
[Java] |
---|
public String getAtmosModelName(); public void setAtmosModelName( String ); |