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 _
)
 

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.
See Also