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

In This Topic
    Entities Property (Regeneration)
    In This Topic
    Gets the entities to be regenerated.
    Syntax
    'Declaration
     
    Public ReadOnly Property Entities As List(Of Entity)
    public List<Entity> Entities {get;}
    See Also