The current value of the result. Set by STK.
Read-write property
[Visual Basic .NET] |
---|
Public Property CurrentValue() As Double |
[C#] |
---|
public double CurrentValue {get; set;} |
[Managed C++] |
---|
public: __property double get_CurrentValue(); |
[Unmanaged C++] |
---|
public: HRESULT get_CurrentValue( double * pCurrentValue ); public: HRESULT put_CurrentValue( double CurrentValue ); |
[Java] |
---|
public double getCurrentValue(); public void setCurrentValue( double ); |