ItemFactoryBaseNewModelCurveArray Method

Creates an array of new model line elements.

Namespace: Autodesk.Revit.Creation
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public ModelCurveArray NewModelCurveArray(
	CurveArray geometryCurveArray,
	SketchPlane sketchPlane
)

Parameters

geometryCurveArray  CurveArray
An array containing the internal geometry curves for model lines.
sketchPlane  SketchPlane
 

Return Value

ModelCurveArray
If successful an array of new model line elements. Otherwise .
Exceptions
ExceptionCondition
ArgumentExceptionThrown when curve is not in the plane
See Also