STK AviatorSend comments on this topic.
AtmosphereModelTypeString Property (IAgAvtrAtmosphereModel)
See Also
Windows





Windows & Linux

Description

Gets or sets the atmosphere model type as a string value.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AtmosphereModelTypeString() As String
[C#]
public string AtmosphereModelTypeString {get; set;}
[Managed C++]
public: __property String __gc ^ get_AtmosphereModelTypeString();
public: __property void set_AtmosphereModelTypeString( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_AtmosphereModelTypeString(
    BSTR * pVal
);
public: HRESULT put_AtmosphereModelTypeString(
    BSTR pVal
);
[Java]
public String getAtmosphereModelTypeString();
public void setAtmosphereModelTypeString(
    String
);
[Python - STK API ]
@property
def AtmosphereModelTypeString(self) -> str:

@AtmosphereModelTypeString.setter
def AtmosphereModelTypeString(self, pVal:str) -> None:

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.