DbGeometry.IsSimple 属性

定义

获取一个可为 null 的布尔值,指示此 DbGeometry 值是否是简单的。

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

属性值

如果此 DbGeometry 值简单,则为 True;否则为 false。

适用于