RemoveParameter Method


Family Manager Remove Parameter Method

Remove an existing family parameter from the family.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public void RemoveParameter(
	FamilyParameter familyParameter
)

Parameters

familyParameter FamilyParameter
The family parameter.
Exceptions
Exception Condition
ArgumentNullException Thrown when the input argument-"familyParameter"-is .
ArgumentException Thrown when the input argument-"familyParameter"-is an invalid parameter or a builtIn parameter.
InvalidOperationException Thrown when the family parameter deletion failed.
Remarks
Only family and shared parameters may be removed, built-in parameters may not be removed. If the parameter is used in any formulas, those formulas will be automatically removed along with the parameter.
See Also
ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →