RVTDocs.com

CurveByPointsArray.Item

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