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