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

In This Topic
    MaterialKeyedCollection Class
    In This Topic
    Materials collection. Automatically manages OpenGL resources allocation / deallocation.
    Syntax
    'Declaration
     
    Public Class MaterialKeyedCollection 
       Inherits devDept.Eyeshot.EyeshotDisposableKeyedCollection(Of Material)
    public class MaterialKeyedCollection : devDept.Eyeshot.EyeshotDisposableKeyedCollection<Material> 
    Remarks
    Material name comparison is performed case insensitive.
    Inheritance Hierarchy
    See Also