Revit 2025.3 API
Document |
True if the "save to local" operation is occurring before "save to central"; false if after.
Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool BeforeSaveToCentral { get; }
Public ReadOnly Property BeforeSaveToCentral As Boolean Get
public: property bool BeforeSaveToCentral { bool get (); }
member BeforeSaveToCentral : bool with get
Property Value
BooleanSee Also