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.4.0.0 (26.4.0.0)

Syntax

C#

public AreaBasedLoadBoundaryLineData GetAreaBasedLoadBoundaryLineData()

Return Value

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

Remarks

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

See Also

Reference

Was this information helpful?