dotConnect for PostgreSQL Documentation
Devart.Data.PostgreSql Namespace / PgSqlLSeg Structure / StartPoint Property

In This Topic
    StartPoint Property
    In This Topic
    Gets the start point of the line segment.
    Syntax
    'Declaration
     
    Public ReadOnly Property StartPoint As PgSqlPoint
    public PgSqlPoint StartPoint {get;}

    Property Value

    The PgSqlPoint that is the start point.
    See Also