Checks if wall is joined to top.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool IsWallJoinedToTop(
Wall wall
)
Parameters
- wall Wall
-
The wall.
Return Value
Boolean
True if wall is joined to top, false if not.
Exceptions
See Also
Reference