DbGeometry.PointOnSurface Property

 

Gets a point on the surface of this DbGeometry value, which may be null if this value does not represent a surface.

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

public DbGeometry PointOnSurface { get; }

Property Value

Type: System.Data.Entity.Spatial.DbGeometry

A point on the surface of this DbGeometry value.