DbGeography.Area Property

Definition

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.

public Nullable<double> Area { get; }
member this.Area : Nullable<double>
Public ReadOnly Property Area As Nullable(Of Double)

Property Value

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

Applies to