Share

FamilyInstance.HasSpatialElementFromToCalculationPoints Property

Identifies if this instance has a pair of SpatialElementCalculationPoints used as the search points for Revit to identify if the instance lies between up to two rooms or spaces.


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public bool HasSpatialElementFromToCalculationPoints { get; }

Return Value

Boolean
True if this instance has a pair of SpatialElementCalculationPoints used as the search points, false otherwise.

Remarks

The points determine which room or space is considered the "from" and which is considered the "to" for a family instance which connects two rooms or spaces, such as a door or window.

See Also

Reference

Was this information helpful?