DbGeometry.IsRing Property

 

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

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

public Nullable<bool> IsRing { get; }

Property Value

Type: System.Nullable<Boolean>

true if this DbGeometry value is a ring; otherwise, false.