BoundaryValidation
Description:
Curve loop validators.
Curve loop validators.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.BoundaryValidation
System.Object
Autodesk.Revit.DB.BoundaryValidation
public class BoundaryValidation : IDisposable
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| IsValidBoundaryOnSketchPlane(SketchPlane, IList<CurveLoop>) | bool | Indicates if the given curve loops compose a valid boundary on the sketch plane. |
| IsValidBoundaryOnView(Document, ElementId, IList<CurveLoop>) | bool | Indicates if the given curve loops compose a valid boundary on the view's detail sketch plane. |
| IsValidHorizontalBoundary(IList<CurveLoop>) | bool | Identifies whether the given curve loops compose a valid horizontal boundary. |
| Name | Return Type | Description |
|---|---|---|
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |