RVTDocs.com

CurveByPointsUtils.SetSketchOnSurface

Method
Description:
Sets the relationship between the CurveElement and face.
Syntax
public static void SetSketchOnSurface(
	CurveElement curveElem,
	bool sketchOnSurface
)
Parameters
Parameter Type Description
curveElem CurveElement The CurveElement.
sketchOnSurface Boolean Whether or not the CurveElement should lie on the face and be able to be added to the face.
Return Value
Exceptions
Exception Condition
ArgumentException The input CurveElement is not a CurveByPoints.
ArgumentNullException A non-optional argument was null