CompoundCurve.CompoundCurve

CompoundCurve()

Initializes a new instance of the CompoundCurve class.

public CompoundCurve()

See Also


CompoundCurve(IEnumerable<ICurve>)

Initializes a new instance of the CompoundCurve class.

public CompoundCurve(IEnumerable<ICurve> curves)
ParameterTypeDescription
curvesIEnumerable`1The collection of curves.

Exceptions

exceptioncondition
ArgumentNullExceptionThe argument or any of its elements is null.
ArgumentExceptionThere are at least two not null spatial reference systems that don’t equal to each other.

See Also


CompoundCurve(ICompoundCurve)

Initializes a new instance of the CompoundCurve class.

public CompoundCurve(ICompoundCurve other)
ParameterTypeDescription
otherICompoundCurveThe other line to copy data from.

Exceptions

exceptioncondition
ArgumentNullExceptionThe argument is null.

See Also