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

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