| Revit 2022.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: 22.0.0.0 (22.1.1.0)
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 (); } |