次の方法で共有


DbGeometry.Dimension プロパティ

定義

特定の DbGeometry 値の次元を取得します。値がコレクションの場合は、最大の要素の次元を取得します。

public:
 property int Dimension { int get(); };
public int Dimension { get; }
member this.Dimension : int
Public ReadOnly Property Dimension As Integer

プロパティ値

指定された DbGeometry 値の次元。

適用対象