Group.IsAttached Property

GroupIsAttached Property

Indicates wether or not this group is attached to a parent group.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool IsAttached { get; }
Public ReadOnly Property IsAttached As Boolean
	Get
public:
property bool IsAttached {
	bool get ();
}
member IsAttached : bool with get

Property Value

Boolean
See Also