Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout.DrawBaseParams<S> Class / entList Field

In This Topic
    entList Field
    In This Topic
    The list of entities to draw.
    Syntax
    'Declaration
     
    Public entList As IList(Of S)
    public IList<S> entList
    See Also