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

WallUtils.IsWallJoinAllowedAtEnd

Method
Description:
Identifies if the indicated end of the wall allows joins or not.
Syntax
public static bool IsWallJoinAllowedAtEnd(
	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
Type Description
Boolean true if it is allowed to join. false if it is disallowed.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null