Overall system spectral shape designation.
Read-write property
[Visual Basic .NET] |
---|
Public Property SpectralShape() As AgESnEOIRBandSpectralShape |
[C#] |
---|
public AgESnEOIRBandSpectralShape SpectralShape {get; set;} |
[Managed C++] |
---|
public: __property AgESnEOIRBandSpectralShape get_SpectralShape(); |
[Unmanaged C++] |
---|
public: HRESULT get_SpectralShape( AgESnEOIRBandSpectralShape * pVal ); public: HRESULT put_SpectralShape( AgESnEOIRBandSpectralShape newVal ); |
[Java] |
---|
public AgESnEOIRBandSpectralShape getSpectralShape(); public void setSpectralShape( AgESnEOIRBandSpectralShape ); |