CompoundCurve.AddCurve

CompoundCurve.AddCurve method

Adds a curve to the end of this CompoundCurve.

public void AddCurve(ICurve curve)
ParameterTypeDescription
curveICurveCurve to add.

Exceptions

exceptioncondition
ArgumentNullExceptionArgument is null.
ArgumentExceptionArguments type is CompoundCurve Argument is empty SpatialReferenceSystem of this geometry and SpatialReferenceSystem of argument are both not null and don’t equal to each other

See Also