Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Region Class / ContourList Property

In This Topic
    ContourList Property (Region)
    In This Topic
    Gets o sets the list of contours inside the region.
    Syntax
    'Declaration
     
    Public Property ContourList As List(Of ICurve)
    public List<ICurve> ContourList {get; set;}
    See Also