Identifies if the indicated end of the wall allows joins or not.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:
2012
Syntax
C# |
---|
public static bool IsWallJoinAllowedAtEnd(
Wall wall,
int end
) |
Visual Basic |
---|
Public Shared Function IsWallJoinAllowedAtEnd ( _
wall As Wall, _
end As Integer _
) As Boolean |
Visual C++ |
---|
public:
static bool IsWallJoinAllowedAtEnd(
Wall^ wall,
int end
) |
Return Value
true if it is allowed to join. false if it is disallowed.
Exceptions
See Also