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

PanelTypeSet.Erase

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