Gets the relationship between the CurveElement and face.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
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
) |
Return Value
Whether or not the CurveElement should lie on the face and be able to be added to the face.
Exceptions
See Also