DbGeometry.InteriorRingCount Property

 

Gets the number of interior rings in this DbGeometry value, if it represents a polygon.

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

public Nullable<int> InteriorRingCount { get; }

Property Value

Type: System.Nullable<Int32>

The number of elements in this geometry value, if it represents a polygon; otherwise, null.