Identifies if this instance has a single SpatialElementCalculationPoint used as the search point for Revit to identify if the instance is inside a room or space.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)
Syntax
C#
public bool HasSpatialElementCalculationPoint { get; }
Return Value
BooleanTrue if this instance has a single SpatialElementCalculationPoint used as the search point, false otherwise.