UtilityEx.SmartAdd Method

Returns a CompositeCurve if the number of curves is bigger than one.
Public Shared Function SmartAdd( _ 
ByVal curveList As IList(Of ICurve), _ 
Optional ByVal sortAndOrient As Boolean = false _ 
) As ICurve
This language is not supported or no code example is available.
public static ICurve SmartAdd( 
IList<ICurve> curveList
bool sortAndOrient = false 
)
This language is not supported or no code example is available.

Parameters

curveList
IList<ICurve>

The list of curves

sortAndOrient
bool

When true, the curves are properly sorted and oriented.

Return Value

ICurve

The curve itself or a CompositeCurve if the curve number is bigger than one.

.NET Framework

Supported in: 4.8

In this article

Definition