DbGeography.PointCount Propiedad

Definición

Obtiene el número de puntos en este valor DbGeography, si representa un anillo linestring o lineal.

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)

Valor de propiedad

Número de elementos de este valor de geografía, si representa una cadena de línea o un anillo lineal; de lo contrario, null.

Se aplica a