Description
System relative spectral response file.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property SystemRelativeSpectralResponseFile() As String
|
[C#] |
---|
public string SystemRelativeSpectralResponseFile {get; set;}
|
[Managed C++] |
---|
public: __property String __gc ^ get_SystemRelativeSpectralResponseFile(); public: __property void set_SystemRelativeSpectralResponseFile(
String __gc ^
);
|
[Unmanaged C++] |
---|
public: HRESULT get_SystemRelativeSpectralResponseFile(
BSTR * pVal
);
public: HRESULT put_SystemRelativeSpectralResponseFile(
BSTR newVal
);
|
[Java] |
---|
public String getSystemRelativeSpectralResponseFile();
public void setSystemRelativeSpectralResponseFile(
String
);
|
See Also