Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / ViewportLayout.DrawSceneParams Class / Entities Property

In This Topic
    Entities Property (ViewportLayout.DrawSceneParams)
    In This Topic
    Gets or sets the list of entities to draw.
    Syntax
    'Declaration
     
    Public Property Entities As IList(Of Entity)
    public IList<Entity> Entities {get; set;}
    Remarks
    They can be sorted with the SortEntitiesForTransparency
    See Also