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

GroupSet.Insert

Method
Description:
Insert the specified group into the set.
Syntax
public virtual bool Insert(
	Group item
)
Parameters
Parameter Type Description
item Group The group to be inserted into the set.
Return Value
Type Description
Boolean Returns whether the group was inserted into the set.