DbGeometry.ExteriorRing Property

 

Gets the DbGeometry value that represents the exterior ring of this DbGeometry value, which may be null if this value does not represent a polygon.

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

public DbGeometry ExteriorRing { get; }

Property Value

Type: System.Data.Entity.Spatial.DbGeometry

The DbGeometry value that represents the exterior ring of this DbGeometry value.