DbGeometry.PointCount Property

 

Gets the number of points in this DbGeometry value, if it represents a linestring or linear ring.

Namespace:   System.Data.Entity.Spatial
Assembly:  EntityFramework (in EntityFramework.dll)

public Nullable<int> PointCount { get; }

Property Value

Type: System.Nullable<Int32>

The number of elements in this geometry value, if it represents a linestring or linear ring; otherwise, null.