SqlGeometry.Z Property

Definition

Gets the Z (elevation) value of the instance. The semantics of the elevation value are user-defined.

public System.Data.SqlTypes.SqlDouble Z { [Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)] get; }
[<get: Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
member this.Z : System.Data.SqlTypes.SqlDouble
Public ReadOnly Property Z As SqlDouble

Property Value

A SqlDouble value that represents the elevation of the instance.

Attributes

Applies to