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

ElementArray.Item

Property
Description:
Gets or sets an element at a specified index within the array.
Syntax
public virtual Element this[
	int index
] { get; set; }
Parameters
Parameter Type Description
index Int32 The index of the element to be set or retrieved.
Return Value
Type Description
Element Returns the element at the specified index.