SqlGeometry.HasZ Property

Definition

Returns true if at least one point in a spatial object contains value Z; otherwise returns false. This property is read-only.

public bool HasZ { [Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)] get; }
[<get: Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
member this.HasZ : bool
Public ReadOnly Property HasZ As Boolean

Property Value

true if at least one point in a spatial object contains value Z; otherwise false.

Attributes

Applies to