Eyeshot 10 WinForms API Reference
ContourList Property

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Region Class : ContourList Property
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

Reference

Region Class
Region Members