Subelement.SetParameterValue
Description:
Sets a new parameter value of this subelement given a parameter id.
Sets a new parameter value of this subelement given a parameter id.
public void SetParameterValue(
ElementId parameterId,
ParameterValue pValue
)
-
parameterIdParameter id.
-
pValueNew value for the parameter.
-
parameterId does not identify a valid parameter of this subelement. -or- The parameter parameterId is not modifiable for this subelement.
-
A non-optional argument was null