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

CurveArrArray.Item

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