Property used to access the reflectance file.
Read-write property
[Visual Basic .NET] |
---|
Public Property ReflectanceFile() As String |
[C#] |
---|
public string ReflectanceFile {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_ReflectanceFile(); |
[Unmanaged C++] |
---|
public: HRESULT get_ReflectanceFile( BSTR * pRetVal ); public: HRESULT put_ReflectanceFile( BSTR ReflectanceFile ); |
[Java] |
---|
public String getReflectanceFile(); public void setReflectanceFile( String ); |