DbGeometry.InteriorRingAt Method (Int32)

 

Returns an interior ring from this DbGeometry value at a specific position, if it represents a polygon.

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

public DbGeometry InteriorRingAt(
	int index
)

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.DbGeometry

The interior ring in this geometry value at the specified position, if it represents a polygon; otherwise, null.