Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Graphics Namespace / OglRenderContext Class / GenListName Method

In This Topic
    GenListName Method
    In This Topic
    Generates an OpenGL display list name after deleting it if necessary.
    Syntax
    'Declaration
     
    Public Shared Sub GenListName( _
       ByRef listName As UInteger _
    ) 
    public static void GenListName( 
       ref uint listName
    )

    Parameters

    listName
    See Also