Map for WinForms | ComponentOne
C1.FlexMap Namespace / GeoMultiCurve Class / GeoMultiCurve Constructor

In This Topic
    GeoMultiCurve Constructor
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Function New( _
       ByVal type As GeoGeometryType, _
       ByVal points As IEnumerable(Of GeoCurve) _
    )
    protected GeoMultiCurve( 
       GeoGeometryType type,
       IEnumerable<GeoCurve> points
    )

    Parameters

    type
    points
    See Also