Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / EntityList Class
Members

In This Topic
    EntityList Class
    In This Topic
    Entity collection.
    Syntax
    'Declaration
     
    Public Class EntityList 
       Inherits devDept.Eyeshot.EyeshotDisposableCollection(Of Entity)
    public class EntityList : devDept.Eyeshot.EyeshotDisposableCollection<Entity> 
    Remarks
    When overriding a method of this class, never forget to call its base class implementation.
    Inheritance Hierarchy

    System.Object
             devDept.Eyeshot.EntityList

    See Also