Geotools.Net

Point.GetNumPoints Method 

Gets the number of points in this point (0 or 1).

[Visual Basic]
Overrides Public Function GetNumPoints() As Integer
[C#]
public override int GetNumPoints();

Return Value

0 or 1 depending on if this point is empty or not.

Remarks

Missing <remarks> documentation for M:Geotools.Geometries.Point.GetNumPoints

See Also

Point Class | Point Members | Geotools.Geometries Namespace