Revit 2026 API
Element |
Gets or sets an element at a specified index within the array.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public virtual Element this[ int index ] { get; set; }
Public Overridable Property Item ( index As Integer ) As Element Get Set
public: virtual property Element^ Item[int index] { Element^ get (int index); void set (int index, Element^ value); }
abstract Item : Element with get, set override Item : Element with get, set
Parameters
- index Int32
- The index of the element to be set or retrieved.
Return Value
ElementReturns the element at the specified index.
See Also