2023 Class
Changes 0
C

TransferredProjectStandardsEventArgs

Description:
The event arguments used by the TransferredProjectStandards event.
Inheritance Hierarchy:
System.Object
  System.EventArgs
    Autodesk.Revit.DB.Events.RevitAPIEventArgs
      Autodesk.Revit.DB.Events.RevitAPISingleEventArgs
        Autodesk.Revit.UI.Events.TransferredProjectStandardsEventArgs
Name Return Type Description Inherited From
M GetSelectedExternalItems() IDictionary Gets the collection of externally added items that the user opted to enable for transfer in the Transfer Project Standards dialog.
M Dispose() None Releases all resources used by the RevitAPIEventArgs
M IsCancelled() bool Indicates whether the event is being cancelled. RevitAPIEventArgs
Name Return Type Description Inherited From
P SourceDocument Document Source document.
P TargetDocument Document Target document.
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