ApplicationNewCurveArrArray Method

Creates an empty array that can store geometric curve loops.

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

Return Value

CurveArrArray
The empty array of curve loops.
See Also