DbGeometry.Elevation Property

Definition

Gets the elevation (Z coordinate) of this DbGeometry value, if it represents a point.

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

Property Value

The elevation (Z coordinate) of this geometry value, if it represents a point; otherwise, null.

Applies to