AGI STK Objects 11Send 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 * pRetVal
);
public: HRESULT put_SpectralShape(
   AgESnEOIRBandSpectralShape NewSpectralShape
);
[Java]
public AgESnEOIRBandSpectralShape getSpectralShape();public void setSpectralShape(
   AgESnEOIRBandSpectralShape
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.