dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlPoint Structure / X Property

On this page
    X Property
    On this page
    Gets the x coordinate of the PgSqlPoint instance.
    Syntax
    'Declaration
     
    Public ReadOnly Property X As Double
    public double X {get;}

    Property Value

    The x coordinate of the point.
    See Also