CurveElement.GetAreaBasedLoadBoundaryLineData
Description:
Gets the area based load boundary line data from this curve, if applicable.
Gets the area based load boundary line data from this curve, if applicable.
Remarks:
Will return .a null reference (Nothing in Visual Basic) if curve element isn't an area based load boundary line.
Will return .a null reference (Nothing in Visual Basic) if curve element isn't an area based load boundary line.
public AreaBasedLoadBoundaryLineData GetAreaBasedLoadBoundaryLineData()
nullNothingnullptr
The area based load boundary line data, if this is an area based load boundary,
or null Nothing nullptr a null reference ( Nothing in Visual Basic) otherwise.