Revit 2025 API
Basic |
Are all local changes saved to the central file?
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.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