CurveElementCenterPointReference Property

Centerpoint reference of curve element. Curves such as circles, arcs, ellipses, and partial ellipses support this property.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public Reference CenterPointReference { get; }

Property Value

Reference
Remarks
Use this reference property when using the API to dimension between centerpoints of curves.
See Also