Revit 2023 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: 23.0.0.0 (23.1.0.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 (); } |