Share

Group.GroupType Property

Get or set the type of the group.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)

Syntax

C#

public virtual GroupType GroupType { get; set; }

Property Value

GroupType

Remarks

By setting this property the group can be swapped to a different kind of group.

See Also

Reference

Was this information helpful?