Method GetValueBoundValue
GetValueBoundValue(ParameterId)
From a bound parameter, get a SmartReal with the bound value. Use GetValue(ParameterId) to get the bound type, and GetValueBoundElement(ParameterId) to get the limitation element.
Declaration
[OperationContract]
[AvailableSinceVersion(7, 8, 0, 0)]
SmartReal GetValueBoundValue(ParameterId inParameterId)
Parameters
| Type | Name | Description |
|---|---|---|
| ParameterId | inParameterId | Parameter to get. |
Returns
| Type | Description |
|---|---|
| SmartReal | A new SmartReal with the current value of the parameter. |