DbGeometry.PointCount Propiedad

Definición

Obtiene el número de puntos en este valor DbGeometry, 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 geometría, si representa una cadena de línea o anillo lineal; de lo contrario, null.

Se aplica a