SqlGeometry.HasZ Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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