DbGeography.PointCount Property

Definition

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

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

Property Value

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

Applies to