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

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

    Parameters

    type
    points
    See Also