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

In This Topic
    LayerKeyedCollection Class
    In This Topic
    Layers collection.
    Syntax
    'Declaration
     
    Public Class LayerKeyedCollection 
       Inherits devDept.Eyeshot.EyeshotDisposableKeyedCollection(Of Layer)
    public class LayerKeyedCollection : devDept.Eyeshot.EyeshotDisposableKeyedCollection<Layer> 
    Remarks
    Layer name comparison is performed case insensitive.
    Inheritance Hierarchy
    See Also