Geotools.Net

IMultiCurve.IsClosed Method 

Returns true if the start point and the end point of each of this MultiCurve's curve are equal.

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

Return Value

Returns true if this MultiCurve's Curves are all closed.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.IMultiCurve.IsClosed

See Also

IMultiCurve Interface | IMultiCurve Members | Geotools.Geometries Namespace