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