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