Property used to access the reflectance.
Read-write property
[Visual Basic .NET] |
---|
Public Property Reflectance() As Double |
[C#] |
---|
public double Reflectance {get; set;} |
[Managed C++] |
---|
public: __property double get_Reflectance(); |
[Unmanaged C++] |
---|
public: HRESULT get_Reflectance( double * pRetVal ); public: HRESULT put_Reflectance( double Reflectance ); |
[Java] |
---|
public double getReflectance(); public void setReflectance( double ); |