Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Geometry Namespace / PolyRegion2D Class / ContourList Field

In This Topic
    ContourList Field
    In This Topic
    Syntax
    'Declaration
     
    Public ContourList As IList(Of Polygon2D)
    public IList<Polygon2D> ContourList
    See Also