DocumentSavedAsEventArgsIsSavingAsCentralFile Property |
Indicates whether the document is to be saved as central file.
Namespace: Autodesk.Revit.DB.EventsAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic bool IsSavingAsCentralFile { get; }
Public ReadOnly Property IsSavingAsCentralFile As Boolean
Get
public:
property bool IsSavingAsCentralFile {
bool get ();
}
member IsSavingAsCentralFile : bool with get
Property Value
Boolean
See Also