STK ObjectsSend 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
);
[Python - STK API ]
@property
def RSRUnits(self) -> "AgESnEOIRBandSpectralRSRUnits":

@RSRUnits.setter
def RSRUnits(self, newVal:"AgESnEOIRBandSpectralRSRUnits") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.