BasicFileInfo.IsInProgress Property

BasicFileInfoIsInProgress Property

Checks if the file is workshared and is in process of becoming Central.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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

Boolean
See Also