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

DocumentSet.Erase

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