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