CurveByPointsUtilsGetSketchOnSurface Method |
Gets the relationship between the CurveElement and face.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic static bool GetSketchOnSurface(
CurveElement curveElem
)
Public Shared Function GetSketchOnSurface (
curveElem As CurveElement
) As Boolean
public:
static bool GetSketchOnSurface(
CurveElement^ curveElem
)
static member GetSketchOnSurface :
curveElem : CurveElement -> bool
Parameters
- curveElem CurveElement
-
The CurveElement.
Return Value
Boolean
Whether or not the CurveElement should lie on the face and be able to be added to the face.
Exceptions
See Also