Gets or sets the primary channel RCS value.
Read-write property
[Visual Basic .NET] |
---|
Public Property OrthoChannelRcs() As Double |
[C#] |
---|
public double OrthoChannelRcs {get; set;} |
[Managed C++] |
---|
public: __property double get_OrthoChannelRcs(); |
[Unmanaged C++] |
---|
public: HRESULT get_OrthoChannelRcs( double * pRcs ); public: HRESULT put_OrthoChannelRcs( double rcs ); |
[Java] |
---|
public double getOrthoChannelRcs(); public void setOrthoChannelRcs( double ); |