Remove the parameter from the definition.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public void RemoveParameter(
ElementId paramId
)
Parameters
- paramId ElementId
-
Id of a parameter in the definition.
Exceptions
Remarks
If the definition does not have the parameter, the method does nothing.
See Also
Reference