2021 Class
Changes 0
C

WallUtils

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