Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Serialization Namespace / RegionSurrogate Class / ContourList Property

In This Topic
    ContourList Property (RegionSurrogate)
    In This Topic
    Syntax
    'Declaration
     
    Public Property ContourList As List(Of Entity)
    public List<Entity> ContourList {get; set;}
    See Also