WallUtils
Description:
General Wall utility methods
General Wall utility methods
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.WallUtils
System.Object
Autodesk.Revit.DB.WallUtils
public static class WallUtils
| Name | Return Type | Description |
|---|---|---|
| AllowWallJoinAtEnd(Wall, Int32) | None | 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(Wall, Int32) | None | Sets the wall's end not to join to other walls. |
| IsWallJoinAllowedAtEnd(Wall, Int32) | bool | Identifies if the indicated end of the wall allows joins or not. |