<Code Lib>
2024 Class
Changes 3
C

BoundaryValidation

Description:
Curve loop validators.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.BoundaryValidation

public class BoundaryValidation : IDisposable

Name Return Type Description
M Dispose() None Releases all resources used by the
M IsValidBoundaryOnSketchPlane(SketchPlane, IList<CurveLoop>) bool Indicates if the given curve loops compose a valid boundary on the sketch plane.
M IsValidBoundaryOnView(Document, ElementId, IList<CurveLoop>) bool Indicates if the given curve loops compose a valid boundary on the view's detail sketch plane.
M IsValidHorizontalBoundary(IList<CurveLoop>) bool Identifies whether the given curve loops compose a valid horizontal boundary.

Name Return Type Description
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.

Loading…