Gets or sets the constant RCS value.
Read-write property
[Visual Basic .NET] |
---|
Public Property ConstantValue() As Double |
[C#] |
---|
public double ConstantValue {get; set;} |
[Managed C++] |
---|
public: __property double get_ConstantValue(); |
[Unmanaged C++] |
---|
public: HRESULT get_ConstantValue( double * pVal ); public: HRESULT put_ConstantValue( double val ); |
[Java] |
---|
public double getConstantValue(); public void setConstantValue( double ); |