次の方法で共有


DbGeography.PointCount プロパティ

定義

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

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

プロパティ値

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

適用対象