Curve loop validators.
Inheritance Hierarchy
System.ObjectAutodesk.Revit.DB.BoundaryValidation
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public class BoundaryValidation : IDisposable
The BoundaryValidation type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| IsValidObject | Specifies whether the .NET object represents a valid Revit entity. |
Methods
| Name | Description | |
|---|---|---|
| Dispose | Releases all resources used by the BoundaryValidation | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| IsValidBoundaryOnSketchPlane | Indicates if the given curve loops compose a valid boundary on the sketch plane. | |
| IsValidBoundaryOnView | Indicates if the given curve loops compose a valid boundary on the view's detail sketch plane. | |
| IsValidHorizontalBoundary | Identifies whether the given curve loops compose a valid horizontal boundary. | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
