This indicates whether the input spatial element is a valid one.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 21.0.0.0 (21.1.1.109)
Since:
2012
Syntax
| C# |
|---|
public static bool CanCalculateGeometry(
SpatialElement spatialElement
) |
| Visual Basic |
|---|
Public Shared Function CanCalculateGeometry ( _
spatialElement As SpatialElement _
) As Boolean |
| Visual C++ |
|---|
public:
static bool CanCalculateGeometry(
SpatialElement^ spatialElement
) |
Return Value
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