Indicates wether or not this group is attached to a parent group.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic 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