Revit 2025 API
Wall |
General Wall utility methods
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
The WallUtils type exposes the following members.
| Name | Description | |
|---|---|---|
| AllowWallJoinAtEnd | Allows the wall's end to join to other walls. If that end is near other walls it will become joined as a result. | |
| DisallowWallJoinAtEnd | Sets the wall's end not to join to other walls. | |
| IsWallJoinAllowedAtEnd | Identifies if the indicated end of the wall allows joins or not. |
See Also