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

EdgeArrayArray.Item

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