CurveElementGetAreaBasedLoadBoundaryLineData Method

Gets the area based load boundary line data from this curve, if applicable.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public AreaBasedLoadBoundaryLineData GetAreaBasedLoadBoundaryLineData()

Return Value

AreaBasedLoadBoundaryLineData
The area based load boundary line data, if this is an area based load boundary, or otherwise.
Remarks
Will return if curve element isn't an area based load boundary line.
See Also