共用方式為


DbGeometry.IsValid 屬性

定義

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

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

屬性值

如果這個 DbGeometry 值是有效的,則為 true,否則為 false

適用於