ExporterIFCUtils.IsWallJoinedToTop
Method
Description:
Checks if wall is joined to top.
Checks if wall is joined to top.
Parameters
Parameter | Type | Description |
---|---|---|
wall | Wall | The wall. |
Return Value
Type | Description |
---|---|
Boolean | True if wall is joined to top, false if not. |
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |