GeometryCollection.Item

GeometryCollection indexer

Gets a IGeometry at the specified index.

public IGeometry this[int index] { get; }
ParameterDescription
indexThe index.

Property Value

The IGeometry.

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptionIndex is out of range.

See Also