Revit 2025.3 API
Document |
Indicates whether the document is to be saved as central file.
Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.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