dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlPolygon Structure / Points Property

In This Topic
    Points Property (PgSqlPolygon)
    In This Topic
    Gets the end points of the line segments comprising the boundary of the polygon.
    Syntax
    'Declaration
     
    Public ReadOnly Property Points As PgSqlPoint()
    public PgSqlPoint[] Points {get;}

    Property Value

    The array of the PgSqlPoint end points.
    See Also