CompoundCurve.AddCurve
CompoundCurve.AddCurve method
Adds a curve to the end of this CompoundCurve
.
public void AddCurve(ICurve curve)
Parameter | Type | Description |
---|---|---|
curve | ICurve | Curve to add. |
Exceptions
exception | condition |
---|---|
ArgumentNullException | Argument is null . |
ArgumentException | Arguments 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
- interface ICurve
- class CompoundCurve
- namespace Aspose.Gis.Geometries
- assembly Aspose.GIS