次の方法で共有


DbGeometry.IsSimple プロパティ

定義

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

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

プロパティ値

True の場合、この DbGeometry 値は単純です。それ以外の場合は false。

適用対象