Revit 2017.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: 17.0.0.0 (17.0.1090.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.