Geotools.Net

GeometryCollection.GetEnumerator Method 

Gets the enumerator for this class.

[Visual Basic]
NotOverridable Public Function GetEnumerator() As IEnumerator Implements _
   IEnumerable.GetEnumerator
[C#]
public IEnumerator GetEnumerator();

Return Value

Returns an IEnumerator.

Implements

IEnumerable.GetEnumerator

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.GeometryCollection.GetEnumerator

See Also

GeometryCollection Class | GeometryCollection Members | Geotools.Geometries Namespace