Share

FamilyInstance.GetSpatialElementFromToCalculationPoints Method

Gets the locations for the calculation points for this instance.


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

Syntax

C#

public IList<XYZ> GetSpatialElementFromToCalculationPoints()

Return Value

IList<XYZ>
A list of 3d points.

Exceptions

ExceptionCondition
InvalidOperationExceptionThrown if this instance does not have from/to calculation points..

Remarks

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

See Also

Reference

Was this information helpful?