Share via


DbGeography.Elevation Property

Definition

Gets the elevation (Z coordinate) of this DbGeography value, if it represents a point. <returns>The elevation (Z coordinate) value of this geography value, if it represents a point; otherwise null.</returns>

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

Property Value

The elevation (Z coordinate) of this DbGeography value.

Applies to