Description
File containing parameters defining a ground reflection model that defines albedo and emissivity properties of the central body surface.
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 * pRetVal ); public: HRESULT put_File( BSTR NewFile );
|
[Java] |
---|
public String getFile();public void setFile( String );
|
See Also