ElementTypeDuplicatedEventArgs.NewElementTypeId Property

ElementTypeDuplicatedEventArgsNewElementTypeId Property

The id of the newly duplicated ElementType.

Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public ElementId NewElementTypeId { get; }
Public ReadOnly Property NewElementTypeId As ElementId
	Get
public:
property ElementId^ NewElementTypeId {
	ElementId^ get ();
}
member NewElementTypeId : ElementId with get

Property Value

ElementId
See Also