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