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

In This Topic
    Entities Property (ViewportLayout)
    In This Topic
    Entity collection. This collection contains the entities displayed in the viewport.
    Syntax
    'Declaration
     
    Public Property Entities As EntityList
    public EntityList Entities {get; set;}
    Remarks
    Never add a block definition to this collection. Add it to the blocks collection.When a devDept.Eyeshot.Entities.BlockReference is set as current (EntityList.SetCurrent), this collection is shared with the Block.Entities of the current Block.
    See Also