Share

RebarContainerParameterManager.RemoveOverride Method

Removes an overridden value from the given parameter.


Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.2.0.0 (26.2.0.0)

Syntax

C#

public void RemoveOverride(
	ElementId paramId
)

Parameters

paramId  ElementId
The id of the parameter

Exceptions

ExceptionCondition
ArgumentException paramId has no override
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?