| Revit 2022 API |
| ElementId Constructor (Int32) |
| ElementId Class See Also |
Create an ElementId handle with the given integer id.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Syntax
| C# |
|---|
public ElementId( int id ) |
| Visual Basic |
|---|
Public Sub New ( _ id As Integer _ ) |
| Visual C++ |
|---|
public: ElementId( int id ) |
Parameters
- id
- Type: System..::..Int32
The id.