Description
The atmospheric model data file path.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property AtmosDataFilename() As String
|
[C#] |
---|
public string AtmosDataFilename {get; set;}
|
[Managed C++] |
---|
public: __property String __gc ^ get_AtmosDataFilename(); public: __property void set_AtmosDataFilename(
String __gc ^
);
|
[Unmanaged C++] |
---|
public: HRESULT get_AtmosDataFilename(
BSTR * pVal
);
public: HRESULT put_AtmosDataFilename(
BSTR InVal
);
|
[Java] |
---|
public String getAtmosDataFilename();
public void setAtmosDataFilename(
String
);
|
[Python - STK API] |
---|
@property
def AtmosDataFilename(self) -> str:
@AtmosDataFilename.setter
def AtmosDataFilename(self, InVal:str) -> None:
|
See Also