次の方法で共有


DbGeometry.PointCount プロパティ

定義

この DbGeometry 値がラインストリングまたは線形リングを表す場合、そのポイント数を取得します。 <は、>ラインストリングまたは線形リングを表す場合は、この geometry 値内の要素の数を返します。それ以外の場合は null。</返します>

public Nullable<int> PointCount { get; }
member this.PointCount : Nullable<int>
Public ReadOnly Property PointCount As Nullable(Of Integer)

プロパティ値

この DbGeometry 値のポイントの数。

適用対象