| Revit 2022 API |
| Application..::..NewElementId Method |
| Application Class See Also |
Creates a new Autodesk::Revit::DB::ElementId^ object.
Namespace: Autodesk.Revit.Creation
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Syntax
| C# |
|---|
public ElementId NewElementId() |
| Visual Basic |
|---|
Public Function NewElementId As ElementId |
| Visual C++ |
|---|
public: ElementId^ NewElementId() |