Map for WinForms | ComponentOne
C1.FlexMap Namespace / GeoMultiPolygon Class / Surfaces Property

In This Topic
    Surfaces Property (GeoMultiPolygon)
    In This Topic
    Gets the surface geometries.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Surfaces As IEnumerable(Of GeoSurface)
    public IEnumerable<GeoSurface> Surfaces {get;}
    See Also