CurveByPointsUtils.SetSketchOnSurface Method
Sets the relationship between the CurveElement and face.
Namespace:
Autodesk.Revit.DB
Assembly:
RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static void SetSketchOnSurface( CurveElement curveElem, bool sketchOnSurface )
Parameters
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.
Exceptions
Exception
Condition
ArgumentException
The input CurveElement is not a CurveByPoints.
ArgumentNullException
A non-optional argument was null
See Also
Reference
CurveByPointsUtils Class
Autodesk.Revit.DB Namespace