GeometryCollection.Item
GeometryCollection indexer
Gets a IGeometry
at the specified index.
public IGeometry this[int index] { get; }
Parameter | Description |
---|---|
index | The index. |
Property Value
The IGeometry
.
Exceptions
exception | condition |
---|---|
ArgumentOutOfRangeException | Index is out of range. |
See Also
- interface IGeometry
- class GeometryCollection
- namespace Aspose.Gis.Geometries
- assembly Aspose.GIS