Share

CurveElement.GetAreaBasedLoadBoundaryLineData Method

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


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

Syntax

C#

public AreaBasedLoadBoundaryLineData GetAreaBasedLoadBoundaryLineData()

Return Value

AreaBasedLoadBoundaryLineData
The area based load boundary line data, if this is an area based load boundary, or nullptr otherwise.

Remarks

Will return nullptr if curve element isn't an area based load boundary line.

See Also

Reference

Was this information helpful?