Map for WinForms | ComponentOne
C1.FlexMap Namespace / GeoMultiSurface Class / GeoMultiSurface Constructor
The geometry type.
The geospatial surface points enumerator.

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

    Parameters

    type
    The geometry type.
    points
    The geospatial surface points enumerator.
    See Also