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

EdgeArray.Item

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