Method GetNamedValueBoundValue
GetNamedValueBoundValue(ElementExId, string)
From a bound parameter, get a SmartReal with the computed 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 GetNamedValueBoundValue(ElementExId inElementId, string inName)
Parameters
| Type | Name | Description |
|---|---|---|
| ElementExId | inElementId | Element owner of the parameter. |
| string | inName | Full or partial name of the parameter to get. |
Returns
| Type | Description |
|---|---|
| SmartReal | A new SmartReal with the computed value of the parameter. |