A record in the Revit database representing an element.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since: 2011
Syntax
| C# |
|---|
public class ElementRecord : IDisposable |
| Visual Basic |
|---|
Public Class ElementRecord _ Implements IDisposable |
| Visual C++ |
|---|
public ref class ElementRecord : IDisposable |
Remarks
The record is used to extract basic information about an element before
the element is fully expanded in memory.