Description
Name of gravity (*.grv) file, an ASCII file containing the Central Body geopotential model coefficients.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property File() As String
|
[C#] |
---|
public string File {get; set;}
|
[Managed C++] |
---|
public: __property String __gc ^ get_File(); public: __property void set_File(
String __gc ^
);
|
[Unmanaged C++] |
---|
public: HRESULT get_File(
BSTR * pVal
);
public: HRESULT put_File(
BSTR File
);
|
[Java] |
---|
public String getFile();
public void setFile(
String
);
|
See Also