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 ); |
[Python - STK API ] |
---|
@property def SpectralShape(self) -> "AgESnEOIRBandSpectralShape": @SpectralShape.setter def SpectralShape(self, newVal:"AgESnEOIRBandSpectralShape") -> None: |