Provides the value of the element id as a 64-bit integer.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2024

Syntax

C#
public long Value { get; }
Visual Basic
Public ReadOnly Property Value As Long
	Get
Visual C++
public:
property long long Value {
	long long get ();
}

See Also