Revit 2026 API
Boundary |
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public 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
BooleanSee Also