Gets or sets the atmospheric model augmented data file path.
Read-write property
[Visual Basic .NET] |
---|
Public Property AtmosAugDataFile() As String |
[C#] |
---|
public string AtmosAugDataFile {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_AtmosAugDataFile(); |
[Unmanaged C++] |
---|
public: HRESULT get_AtmosAugDataFile( BSTR * pVal ); public: HRESULT put_AtmosAugDataFile( BSTR InVal ); |
[Java] |
---|
public String getAtmosAugDataFile(); public void setAtmosAugDataFile( String ); |