RVTDocs.com
Namespace: Autodesk.Revit.DB Class: ParameterSet

ParameterSet.Erase

Method
Description:
Removes a specified parameter from the set.
Syntax
public virtual int Erase(
	Parameter item
)
Parameters
Parameter Type Description
item Parameter The parameter to be erased.
Return Value
Type Description
Int32 The number of parameters that were erased from the set.