Geotools.Net

GeometryCollection.GetNumGeometries Method 

Gets the number of geometries in this geometrycollection

[Visual Basic]
Overridable Public Function GetNumGeometries() As Integer Implements _
   IGeometryCollection.GetNumGeometries
[C#]
public virtual int GetNumGeometries();

Return Value

An int containing the number of geometries

Implements

IGeometryCollection.GetNumGeometries

Remarks

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

See Also

GeometryCollection Class | GeometryCollection Members | Geotools.Geometries Namespace