Method GetNamedValueBoundElement
GetNamedValueBoundElement(ElementExId, string)
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 GetNamedValueBoundElement(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 |
|---|---|
| ElementId | The element id or empty id. |