Revit 2019.1 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: 19.0.0.0 (19.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.