ElementTypeDuplicatedEventArgs.NewName Property

ElementTypeDuplicatedEventArgsNewName Property

The name of the newly duplicated ElementType.

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

Property Value

String
See Also