Map for WinForms | ComponentOne
C1.FlexMap Namespace / GeoTin Class / Polygons Property

In This Topic
    Polygons Property (GeoTin)
    In This Topic
    Gets the surface polygons.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Polygons As IEnumerable(Of GeoPolygon)
    public IEnumerable<GeoPolygon> Polygons {get;}
    See Also