DbGeometry.InteriorRingAt Method (Int32)
Returns an interior ring from this DbGeometry value at a specific position, if it represents a polygon.
Assembly: EntityFramework (in EntityFramework.dll)
Parameters
- index
-
Type:
System.Int32
The position within this geometry value from which the interior ring should be taken.
Return Value
Type: System.Data.Entity.Spatial.DbGeometryThe interior ring in this geometry value at the specified position, if it represents a polygon; otherwise, null.