Map for WinForms | ComponentOne
C1.FlexMap Namespace / GeoLineString Class / GeoLineString Constructor
The line points.

In This Topic
    GeoLineString Constructor
    In This Topic
    Initializes new instance of GeoLineString.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal points As IEnumerable(Of GeoPoint) _
    )
    public GeoLineString( 
       IEnumerable<GeoPoint> points
    )

    Parameters

    points
    The line points.
    See Also