Revit 2021.1 API |
ElementTypeDuplicatedEventArgs..::..NewName Property |
ElementTypeDuplicatedEventArgs Class See Also |
The name of the newly duplicated ElementType.
Namespace: Autodesk.Revit.DB.Events
Assembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2015
Syntax
C# |
---|
public string NewName { get; } |
Visual Basic |
---|
Public ReadOnly Property NewName As String Get |
Visual C++ |
---|
public: property String^ NewName { String^ get (); } |