Compartir a través de


DbGeometry.PointCount Propiedad

Definición

Obtiene el número de puntos en este valor DbGeometry, si representa un anillo linestring o lineal. <devuelve>el número de elementos de este valor de geometría, si representa una cadena de línea o un anillo lineal; en caso contrario, null.</Devuelve>

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

Valor de propiedad

El número de puntos en este valor DbGeometry.

Se aplica a