次の方法で共有


DbGeometry.IsSimple プロパティ

定義

この DbGeometry 値の値が simple であるかどうかを示す null 許容のブール値を取得します。

public:
 property bool IsSimple { bool get(); };
public bool IsSimple { get; }
member this.IsSimple : bool
Public ReadOnly Property IsSimple As Boolean

プロパティ値

この DbGeometry 値がシンプルである場合は true。それ以外の場合は false

適用対象