Share

ItemFactoryBase.NewModelCurveArray Method

Creates an array of new model line elements.


Namespace: Autodesk.Revit.Creation
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

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 nullptr.

Exceptions

ExceptionCondition
ArgumentExceptionThrown when curve is not in the plane

See Also

Reference

Was this information helpful?