DbGeometry.PointCount Propriedade

Definição

Obtém o número de pontos neste valor DbGeometry, se ele representa um linestring ou um anel linear.Gets the number of points in this DbGeometry value, if it represents a linestring or linear ring. <returns>O número de pontos neste valor de geometria, se ele representa um linestring ou um anel linear; caso contrário, null.</returns><returns>The number of elements in this geometry value, if it represents a linestring or linear ring; otherwise null.</returns>

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 da propriedade

Nullable<Int32>

O número de pontos nesse valor de DbGeometry.The number of points in this DbGeometry value.

Aplica-se a