SqlGeometry.STX Property

Definition

Gets the X-coordinate property of a Point instance.

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

Property Value

A SqlDouble value that represents the X-coordinate value of a point.

Attributes

Applies to