DbGeometry.IsValid Property

Definition

Gets a nullable Boolean value indicating whether this DbGeometry value is valid.

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

Property Value

True if this DbGeometry value is valid; otherwise, false.

Applies to