DbGeometry.IsEmpty Property

 

Gets a nullable Boolean value indicating whether this DbGeometry value is empty, which may be null if this value does not represent a curve.

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

public bool IsEmpty { get; }

Property Value

Type: System.Boolean

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