2027 Method
Changes 0
M

RebarContainerParameterManager.AddOverride

Description:
Adds an override for the given parameter as its value will be displayed for the Rebar Container element.
Overloads (4):
public void AddOverride(
	ElementId paramId,
	string value
)
  • paramId
    The id of the parameter
  • String
    value
    The override value of the parameter.
  • 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
  • A non-optional argument was null