次の方法で共有


DbGeometry.ElementCount プロパティ

定義

この DbGeometry 値がジオメトリ コレクションを表す場合、その要素の数を取得します。

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

プロパティ値

他の geometry 値のコレクションを表す場合は、この geometry 値内の要素の数。それ以外の場合は null

適用対象