System custom RSR units.
Read-write property
[Visual Basic .NET] |
---|
Public Property RSRUnits() As AgESnEOIRBandSpectralRSRUnits |
[C#] |
---|
public AgESnEOIRBandSpectralRSRUnits RSRUnits {get; set;} |
[Managed C++] |
---|
public: __property AgESnEOIRBandSpectralRSRUnits get_RSRUnits(); |
[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: |