STK ObjectsSend comments on this topic.
SpectralShape Property (IAgSnEOIRBand)
See Also
Windows





Windows & Linux

Description

Overall system spectral shape designation.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SpectralShape() As AgESnEOIRBandSpectralShape
[C#]
public AgESnEOIRBandSpectralShape SpectralShape {get; set;}
[Managed C++]
public: __property AgESnEOIRBandSpectralShape get_SpectralShape();
public: __property void set_SpectralShape( AgESnEOIRBandSpectralShape );
[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:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.