FabricationHostedInfoGetBearerCenterline Method

Gets the centerline of the bearer. The method is applicable only for bearer hanger.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public Line GetBearerCenterline()

Return Value

Line
The centerline of the bearer.
Exceptions
ExceptionCondition
InvalidOperationException The hanger is not a bearer hanger.
See Also