DbGeography.PointCount Propriedade

Definição

Obtém o número de pontos neste valor DbGeography, se representar uma cadeia de linhas ou um anel linear.

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 Propriedade

O número de elementos neste valor geográfico, se representar uma cadeia de linhas ou um anel linear; caso contrário, null.

Aplica-se a