Revit 2020.1 API |
CurveByPointsUtils..::..GetSketchOnSurface Method |
CurveByPointsUtils Class See Also |
Gets the relationship between the CurveElement and face.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.1.1.1)
Since:
2012
Syntax
C# |
---|
public static bool GetSketchOnSurface( CurveElement curveElem ) |
Visual Basic |
---|
Public Shared Function GetSketchOnSurface ( _ curveElem As CurveElement _ ) As Boolean |
Visual C++ |
---|
public: static bool GetSketchOnSurface( CurveElement^ curveElem ) |
Parameters
- curveElem
- Type: Autodesk.Revit.DB..::..CurveElement
The CurveElement.
Return Value
Whether or not the CurveElement should lie on the face and be able to be added to the face.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentException | The input CurveElement is not a CurveByPoints. |
Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |