DbGeometry.PointCount プロパティ

定義

ラインストリングまたは線形リングを表す場合は、この DbGeometry 値内のポイント数を取得します。

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)

プロパティ値

ラインストリングまたは線形リングを表す場合、このジオメトリ値内の要素の数。それ以外の場合は null

適用対象