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

GroupSet.Erase

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