This indicates whether the input spatial element is a valid one.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public static bool CanCalculateGeometry(
SpatialElement spatialElement
)
Parameters
- spatialElement SpatialElement
-
The spatial element to be checked if its geometry can be calculated.
Return Value
Boolean
It will return false if the room/space is not enclosed in 2d or has no location, or the height is too small.
Exceptions
See Also
Reference