Revit 2025.3 API
Worksharing |
Whether to save the new model as a central instead of local model.
True: save as a central model.
Default is false: save as a local model.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool SaveAsCentral { get; set; }
Public Property SaveAsCentral As Boolean Get Set
public: property bool SaveAsCentral { bool get (); void set (bool value); }
member SaveAsCentral : bool with get, set
Property Value
Boolean
Must be true for a model where the model has not yet been saved as a central
after either worksharing has just been enabled
or the model was opened detached from central
and .
See Also