Aracılığıyla paylaş


DbGeometry.PointCount Özellik

Tanım

Bir linestring veya doğrusal halkayı temsil ediyorsa, bu DbGeometry değerindeki nokta sayısını alır.

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)

Özellik Değeri

Bir linestring veya doğrusal halkayı temsil ediyorsa, bu geometri değerindeki öğelerin sayısı; aksi takdirde , null.

Şunlara uygulanır