<Code Lib>
2026 Method
Changes 0
M

SpatialElementGeometryCalculator.IsRoomOrSpace

Description:
This indicates whether the input spatial element is a room or a space.

public static bool IsRoomOrSpace(
	SpatialElement spatialElement
)

  • spatialElement
    The spatial element to be checked if it is a room or a space or not.
Return Value Boolean True if the input spatial element is a room or a space, false otherwise.

Loading…