Revit 2025 API
Wall |
Identifies if the indicated end of the wall allows joins or not.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static bool IsWallJoinAllowedAtEnd( Wall wall, int end )
Public Shared Function IsWallJoinAllowedAtEnd ( wall As Wall, end As Integer ) As Boolean
public: static bool IsWallJoinAllowedAtEnd( Wall^ wall, int end )
static member IsWallJoinAllowedAtEnd : wall : Wall * end : int -> bool
Parameters
Return Value
Booleantrue if it is allowed to join. false if it is disallowed.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also