Map for WinForms | ComponentOne
C1.FlexMap Namespace / GeoMultiCurve Class / GeoMultiCurve Constructor
The geometry type.
Interior points of geometry.

In This Topic
    GeoMultiCurve Constructor
    In This Topic
    Creates a new instance of GeoMultiCurve class.
    Syntax
    'Declaration
     
    
    Protected Function New( _
       ByVal type As GeoGeometryType, _
       ByVal points As IEnumerable(Of GeoCurve) _
    )
    protected GeoMultiCurve( 
       GeoGeometryType type,
       IEnumerable<GeoCurve> points
    )

    Parameters

    type
    The geometry type.
    points
    Interior points of geometry.
    See Also