DbGeography.Area Property

 

Gets a nullable double value that indicates the area of this DbGeography value, which may be null if this value does not represent a surface.

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

public Nullable<double> Area { get; }

Property Value

Type: System.Nullable<Double>

A nullable double value that indicates the area of this DbGeography value.