Share

FamilyManager.RemoveParameter Method

Remove an existing family parameter from the family.


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

Syntax

C#

public void RemoveParameter(
	FamilyParameter familyParameter
)

Parameters

familyParameter  FamilyParameter
The family parameter.

Exceptions

ExceptionCondition
ArgumentNullException Thrown when the input argument-"familyParameter"-is null.
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

Reference

Was this information helpful?