Geotools.Net

ICurve.IsRing Method 

Returns true if this curve is closed and simple.

[Visual Basic]
Function IsRing() As Boolean
[C#]
bool IsRing();

Return Value

Returns true if this curve is closed and does not pass through the same point more than once.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.ICurve.IsRing

See Also

ICurve Interface | ICurve Members | Geotools.Geometries Namespace