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

ReferenceArray.Item

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