Geotools.Net

Geometry.GetNumPoints Method 

Returns the count of this Geometrys vertices.

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

Return Value

Returns the number of vertices in this Geometry

Remarks

The Geometry s contained by composite Geometrys must be Geometry's; that is, they must implement get NumPoints.

See Also

Geometry Class | Geometry Members | Geotools.Geometries Namespace