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






