Share

FamilyInstance.GetSpatialElementCalculationPoint Method

Gets the location of the calculation point for this instance.


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

Syntax

C#

public XYZ GetSpatialElementCalculationPoint()

Return Value

XYZ
A 3d point.

Exceptions

ExceptionCondition
InvalidOperationExceptionThrown if this instance does not have a single calculation point.

Remarks

See HasSpatialElementCalculationPoint for reference.

See Also

Reference

Was this information helpful?