Subelement.GetParameterValue
Method
Description:
Obtains the current parameter value of this subelement given a parameter id.
Obtains the current parameter value of this subelement given a parameter id.
Parameters
Parameter | Type | Description |
---|---|---|
parameterId | ElementId | Parameter id. |
Return Value
Type | Description |
---|---|
ParameterValue | Parameter value. |
Exceptions
Exception | Condition |
---|---|
ArgumentException | parameterId does not identify a valid parameter of this subelement. |
ArgumentNullException | A non-optional argument was null |