次の方法で共有


DbGeometry.ElementCount プロパティ

定義

この DbGeometry 値がジオメトリ コレクションを表す場合、その要素の数を取得します。 <は、>他の geometry 値のコレクションを表す場合は、この geometry 値内の要素の数を返します。それ以外の場合は null。</返します>

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

プロパティ値

この DbGeometry 値の要素の数。

適用対象