dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlPath Structure / PgSqlPath Constructor
true if path is closed, where the first and last point are connected; false if path is open, where the first and last points in the set are not connected.
Array of the PgSqlPoint end points of the line segments comprising the path.

In This Topic
    PgSqlPath Constructor
    In This Topic
    Initializes a new instance of the PgSqlPath structure with the specified connected sets of points.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal isClosedPath As Boolean, _
       ByVal points() As PgSqlPoint _
    )
    public PgSqlPath( 
       bool isClosedPath,
       PgSqlPoint[] points
    )

    Parameters

    isClosedPath
    true if path is closed, where the first and last point are connected; false if path is open, where the first and last points in the set are not connected.
    points
    Array of the PgSqlPoint end points of the line segments comprising the path.
    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