Retrieve a set of all the groups that have this type.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public GroupSet Groups { get; }Return Value
GroupSetA set of group objects that all share this group type.
Remarks
All groups returned by this property belong to this group type. A groups type can be
changed by using the GroupType property on the group object, in which case it will no longer
belong to this type but it will belong to the new type instead.
See Also
Reference