Share via


DbGeometry.PointCount Property

Definition

Gets the number of points in this DbGeometry value, if it represents a linestring or linear ring. <returns>The number of elements in this geometry value, if it represents a linestring or linear ring; otherwise null.</returns>

public Nullable<int> PointCount { get; }
member this.PointCount : Nullable<int>
Public ReadOnly Property PointCount As Nullable(Of Integer)

Property Value

The number of points in this DbGeometry value.

Applies to