Skip to content

FamilyInstance.GetSpatialElementCalculationPoint

Public Class

Gets the location of the calculation point for this instance.

Namespace: Autodesk.Revit.DB

Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)

Syntax

public XYZ GetSpatialElementCalculationPoint()

Return Value

XYZ
A 3d point.

Exceptions

Exception

Condition


InvalidOperationException

Thrown if this instance does not have a single calculation point.


Remarks

See

for reference.