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

In This Topic
    Y Property
    In This Topic
    Gets the y coordinate of the PgSqlPoint instance.
    Syntax
    'Declaration
     
    Public ReadOnly Property Y As Double
    public double Y {get;}

    Property Value

    The y coordinate of the point.
    See Also