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

In This Topic
    Entities Property (Block)
    In This Topic
    Gets or sets entity collection.
    Syntax
    'Declaration
     
    Public Property Entities As List(Of Entity)
    public List<Entity> Entities {get; set;}
    Remarks
    Removing elements from this list requires to call devDept.Eyeshot.Entities.Entity.Dispose on them to avoid memory leaks, adding elements requires a call to RegenWhen a devDept.Eyeshot.Entities.BlockReference is set as current (devDept.Eyeshot.Entities.BlockReference) this collection is shared with the Entities
    See Also