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