DbGeometry.IsValid Property

 

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

Namespace:   System.Data.Entity.Spatial
Assembly:  EntityFramework (in EntityFramework.dll)

public bool IsValid { get; }

Property Value

Type: System.Boolean

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