Geotools.Net

GeometryCollection.ToString Method 

Returns a string representation of this object. Holes are excluded.

[Visual Basic]
Overrides Public Function ToString() As String
[C#]
public override string ToString();

Return Value

A string containing each of the geometries in the collection seperated by a ;.

Remarks

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

See Also

GeometryCollection Class | GeometryCollection Members | Geotools.Geometries Namespace