TransferringProjectStandardsEventArgs
Description:
The event arguments used by the TransferringProjectStandards event.
The event arguments used by the TransferringProjectStandards event.
Inheritance Hierarchy:
System.Object
System.EventArgs
Autodesk.Revit.DB.Events.RevitAPIEventArgs
Autodesk.Revit.DB.Events.RevitAPIPreEventArgs
Autodesk.Revit.DB.Events.RevitAPIPreDocEventArgs
Autodesk.Revit.UI.Events.TransferringProjectStandardsEventArgs
System.Object
System.EventArgs
Autodesk.Revit.DB.Events.RevitAPIEventArgs
Autodesk.Revit.DB.Events.RevitAPIPreEventArgs
Autodesk.Revit.DB.Events.RevitAPIPreDocEventArgs
Autodesk.Revit.UI.Events.TransferringProjectStandardsEventArgs
public class TransferringProjectStandardsEventArgs : RevitAPIPreDocEventArgs
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| GetExternalItems() | IDictionary | Gets the collection of externally added items which should be shown in the Transfer Project Standards dialog as options. | |
| SetExternalItems(IDictionary<Guid, String>) | None | Sets the collection of externally added items which should be shown in the Transfer Project Standards dialog as options. | |
| Dispose() | None | Releases all resources used by the | RevitAPIEventArgs |
| IsCancelled() | bool | Indicates whether the event is being cancelled. | RevitAPIEventArgs |
| Cancel() | None | When the event is cancellable, may call the Cancel() method to cancel it. | RevitAPIPreEventArgs |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| SourceDocument | Document | Source document. | |
| TargetDocument | Document | Target document. | |
| Cancellable | bool | Indicates whether an event may be cancelled by an event delegate. | RevitAPIEventArgs |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. | RevitAPIEventArgs |
| Document | Document | The document associated with the event. | RevitAPIPreDocEventArgs |