Revit 2026 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: 26.0.4.0 (26.0.4.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