Share via


DbGeometry.Elevation Property

Definition

Gets the elevation (Z coordinate) of this DbGeometry value, if it represents a point. <returns>The elevation (Z coordinate) of this geometry 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 DbGeometry value.

Applies to