ApplicationNewCurveArrArray Method

Creates an empty array that can store geometric curve loops.

Namespace: Autodesk.Revit.Creation
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public CurveArrArray NewCurveArrArray()

Return Value

CurveArrArray
The empty array of curve loops.
See Also