Polygon.AddInteriorRing
Polygon.AddInteriorRing method
Adds an interior ring.
public void AddInteriorRing(ILinearRing ring)
Parameter | Type | Description |
---|---|---|
ring | ILinearRing | 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 ILinearRing
- class Polygon
- namespace Aspose.Gis.Geometries
- assembly Aspose.GIS