ExporterIFCUtils.IsWallJoinedToTop Method

ExporterIFCUtilsIsWallJoinedToTop Method

Checks if wall is joined to top.

Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static bool IsWallJoinedToTop(
	Wall wall
)
Public Shared Function IsWallJoinedToTop ( 
	wall As Wall
) As Boolean
public:
static bool IsWallJoinedToTop(
	Wall^ wall
)
static member IsWallJoinedToTop : 
        wall : Wall -> bool 

Parameters

wall  Wall
The wall.

Return Value

Boolean
True if wall is joined to top, false if not.
Exceptions
ExceptionCondition
ArgumentNullException A non-optional argument was null
See Also