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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also