Gets the relationship between the CurveElement and face.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool GetSketchOnSurface(
CurveElement curveElem
)
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
Reference