CurvePolygon.AddInteriorRing
CurvePolygon.AddInteriorRing method
Adds an interior ring.
public void AddInteriorRing(ICurve ring)
| Parameter | Type | Description | 
|---|---|---|
| ring | ICurve | The ring to add. | 
Exceptions
| exception | condition | 
|---|---|
| ArgumentNullException | The argument is null. | 
| ArgumentException | SpatialReferenceSystem of this geometry and SpatialReferenceSystem of argument are both not null and don’t equal to each other. | 
See Also
- interface ICurve
 - class CurvePolygon
 - namespace Aspose.Gis.Geometries
 - assembly Aspose.GIS