Eyeshot 10 WPF API Reference
ContourList Property

WPF 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