Share

WallUtils.IsWallJoinAllowedAtEnd Method

Identifies if the indicated end of the wall allows joins or not.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public static bool IsWallJoinAllowedAtEnd(
	Wall wall,
	int end
)

Parameters

wall  Wall
The wall in question
end  Int32
0 or 1 for the beginning or end of the wall's curve

Return Value

Boolean
true if it is allowed to join. false if it is disallowed.

Exceptions

ExceptionCondition
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?