Share

Subelement.SetParameterValue Method

Sets a new parameter value of this subelement given a parameter id.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public void SetParameterValue(
	ElementId parameterId,
	ParameterValue pValue
)

Parameters

parameterId  ElementId
Parameter id.
pValue  ParameterValue
New value for the parameter.

Exceptions

ExceptionCondition
ArgumentException parameterId does not identify a valid parameter of this subelement. -or- The parameter parameterId is not modifiable for this subelement.
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?