| Revit 2021.1 API |
| IFCAnyHandle..::..Id Property |
| IFCAnyHandle Class See Also |
The integer identifier for the handle.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2012
Syntax
| C# |
|---|
public int Id { get; } |
| Visual Basic |
|---|
Public ReadOnly Property Id As Integer Get |
| Visual C++ |
|---|
public: property int Id { int get (); } |