AGI STK Objects 11 Send comments on this topic.
RSRUnits Property (IAgSnEOIRBand)
See Also 
Windows






Windows & Linux

Description

System custom RSR units.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property RSRUnits() As AgESnEOIRBandSpectralRSRUnits

[C#]
public AgESnEOIRBandSpectralRSRUnits RSRUnits {get; set;}

[Managed C++]
public: __property AgESnEOIRBandSpectralRSRUnits get_RSRUnits();
public: __property void set_RSRUnits(
AgESnEOIRBandSpectralRSRUnits
);

[Unmanaged C++]
public: HRESULT get_RSRUnits(
AgESnEOIRBandSpectralRSRUnits * pRetVal
);
public: HRESULT put_RSRUnits(
AgESnEOIRBandSpectralRSRUnits NewRSRUnits
);

[Java]
public AgESnEOIRBandSpectralRSRUnits getRSRUnits();public void setRSRUnits(
AgESnEOIRBandSpectralRSRUnits
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface