Revit 2026 API
DocumentIs |
Identifies if a workshared document is detached.
Also, see IsWorkshared
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsDetached { get; }
Public ReadOnly Property IsDetached As Boolean Get
public: property bool IsDetached { bool get (); }
member IsDetached : bool with get
Property Value
Boolean
See Also