Revit 2025.3 API
Exporter |
Checks if wall is joined to top.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.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