AGI STK Objects 11Send 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 * pVal
);
public: HRESULT put_RSRUnits(
    AgESnEOIRBandSpectralRSRUnits newVal
);
[Java]
public AgESnEOIRBandSpectralRSRUnits getRSRUnits();
public void setRSRUnits(
    AgESnEOIRBandSpectralRSRUnits
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.