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

DoubleArray.Item

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