BoundaryValidationIsValidBoundaryOnSketchPlane Method |
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic static bool IsValidBoundaryOnSketchPlane(
SketchPlane sketchPlane,
IList<CurveLoop> curveLoops
)
Public Shared Function IsValidBoundaryOnSketchPlane (
sketchPlane As SketchPlane,
curveLoops As IList(Of CurveLoop)
) As Boolean
public:
static bool IsValidBoundaryOnSketchPlane(
SketchPlane^ sketchPlane,
IList<CurveLoop^>^ curveLoops
)
static member IsValidBoundaryOnSketchPlane :
sketchPlane : SketchPlane *
curveLoops : IList<CurveLoop> -> bool
Parameters
- sketchPlane SketchPlane
-
- curveLoops IListCurveLoop
-
Return Value
Boolean
See Also