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