共用方式為


DbGeometry.IsSimple 屬性

定義

取得可為 null 的布林值,指出這個 DbGeometry 值是否為簡式。

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

屬性值

如果這個 DbGeometry 值是簡單實值,則為 true,否則為 false

適用於