SpatialElementGeometryCalculator.IsRoomOrSpace
Method
Description:
This indicates whether the input spatial element is a room or a space.
This indicates whether the input spatial element is a room or a space.
Parameters
| Parameter | Type | Description |
|---|---|---|
| spatialElement | SpatialElement | The spatial element to be checked if it is a room or a space or not. |
Return Value
| Type | Description |
|---|---|
| Boolean | True if the input spatial element is a room or a space, false otherwise. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |