RVTDocs.com
Namespace: Autodesk.Revit.DB Class: WallUtils

WallUtils.DisallowWallJoinAtEnd

Method
Description:
Sets the wall's end not to join to other walls.
Remarks:
If this wall is already joined at this end, it will become disconnected. If this wall is a stacked wall, all subwalls at this end will be disallowed to join.
Syntax
public static void DisallowWallJoinAtEnd(
	Wall wall,
	int end
)
Parameters
Parameter Type Description
wall Wall The wall in question
end Int32 0 or 1 for the beginning or end of the wall's curve
Return Value
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null