IGeometryCollection.Item
IGeometryCollection 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
- interface IGeometryCollection
- namespace Aspose.Gis.Geometries
- assembly Aspose.GIS