Indicates wether or not this group is attached to a parent group.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 23.0.0.0 (23.1.0.0)
Since: 2019.1
Syntax
C# |
---|
public bool IsAttached { get; } |
Visual Basic |
---|
Public ReadOnly Property IsAttached As Boolean Get |
Visual C++ |
---|
public: property bool IsAttached { bool get (); } |