Revit 2026 API
Basic |
Checks if the file is workshared and is in process of becoming Central.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsInProgress { get; }
Public ReadOnly Property IsInProgress As Boolean Get
public: property bool IsInProgress { bool get (); }
member IsInProgress : bool with get
Property Value
BooleanSee Also