| Revit 2022.1 API |
| DocumentSavingAsEventArgs..::..IsSavingAsCentralFile Property |
| DocumentSavingAsEventArgs Class See Also |
Indicates whether the document is to be saved as central file.
Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2021.1
Syntax
| C# |
|---|
public bool IsSavingAsCentralFile { get; } |
| Visual Basic |
|---|
Public ReadOnly Property IsSavingAsCentralFile As Boolean Get |
| Visual C++ |
|---|
public: property bool IsSavingAsCentralFile { bool get (); } |