Revit 2025.3 API
Boundary |
This enum declares type of BoundaryConditions.
Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax

Member name | Value | Description |
---|---|---|
Area | 2 | Area Boundary Conditions |
Line | 1 | Line Boundary Conditions |
Point | 0 | Point Boundary Conditions |
See Also