Revit 2026 API
Basic |
Are all local changes saved to the central file?
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public bool AllLocalChangesSavedToCentral { get; }
Public ReadOnly Property AllLocalChangesSavedToCentral As Boolean Get
public: property bool AllLocalChangesSavedToCentral { bool get (); }
member AllLocalChangesSavedToCentral : bool with get
Property Value
BooleanSee Also