RVTDocs.com

RebarContainerParameterManager.AddOverride(ElementId, String)

Method
Description:
Adds an override for the given parameter as its value will be displayed for the Rebar Container element.
Syntax
public void AddOverride(
	ElementId paramId,
	string value
)
Parameters
Parameter Type Description
paramId ElementId The id of the parameter
value String The override value of the parameter.
Return Value
Exceptions
Exception Condition
ArgumentException paramId is not the id of a parameter in the current document, or its value type is not sring. -or- paramId is not a Rebar Container parameter
ArgumentNullException A non-optional argument was null