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

On this page
    Points Property (PgSqlPath)
    On this page
    Gets the end points of the line segments comprising the path.
    Syntax
    'Declaration
     
    Public ReadOnly Property Points As PgSqlPoint()
    public PgSqlPoint[] Points {get;}

    Property Value

    The array of the PgSqlPoint end points.
    See Also