Revit 2026 API
Exporter |
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
BooleanTrue if wall is joined to top, false if not.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also