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

In This Topic
    Points Property (PgSqlPath)
    In This Topic
    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