Revit 2026 API
Document |
Indicates whether the document is to be saved as central file.
Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool IsSavingAsCentralFile { get; }
Public ReadOnly Property IsSavingAsCentralFile As Boolean Get
public: property bool IsSavingAsCentralFile { bool get (); }
member IsSavingAsCentralFile : bool with get
Property Value
BooleanSee Also