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

In This Topic
    X Property
    In This Topic
    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