RVTDocs.com
Namespace: Autodesk.Revit.DB Class: ElementId

ElementId.IntegerValue

Property
Description:
Provides the value of the element id as a 32-bit integer.
Syntax
[ObsoleteAttribute("This property is deprecated in Revit 2024 and may be removed in a future version of Revit. Please use the Value property instead.")]
public int IntegerValue { get; }
Exceptions
Exception Condition
InvalidOperationException Thrown when the value of the element id is too large to be represented as a 32-bit integer.