2023 Class
Changes 0
C

DocumentSynchronizingWithCentralEventArgs

Description:
The event arguments used by the DocumentSynchronizingWithCentralEventArgs event.
Inheritance Hierarchy:
System.Object
  System.EventArgs
    Autodesk.Revit.DB.Events.RevitAPIEventArgs
      Autodesk.Revit.DB.Events.RevitAPIPreEventArgs
        Autodesk.Revit.DB.Events.RevitAPIPreDocEventArgs
          Autodesk.Revit.DB.Events.DocumentSynchronizingWithCentralEventArgs
Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the RevitAPIEventArgs
M IsCancelled() bool Indicates whether the event is being cancelled. RevitAPIEventArgs
M Cancel() None When the event is cancellable, may call the Cancel() method to cancel it. RevitAPIPreEventArgs
Name Return Type Description Inherited From
P Comments string User's comments for synchronization.
P Location string Full path of the central model which is to be synchronized.
P Options SynchronizeWithCentralOptions User's options associated with the synchronization operation.
P Cancellable bool Indicates whether an event may be cancelled by an event delegate. RevitAPIEventArgs
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity. RevitAPIEventArgs
P Document Document The document associated with the event. RevitAPIPreDocEventArgs