Description
Gets or sets the constant RCS value.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property ConstantValue() As Double
|
| [C#] |
|---|
public double ConstantValue {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_ConstantValue(); public: __property void set_ConstantValue(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ConstantValue(
double * pVal
);
public: HRESULT put_ConstantValue(
double val
);
|
| [Java] |
|---|
public double getConstantValue();
public void setConstantValue(
double
);
|
| [Python - STK API] |
|---|
@property
def ConstantValue(self) -> float:
@ConstantValue.setter
def ConstantValue(self, val:float) -> None:
|
See Also