Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / EntityList Class / Regen Method
Asynchronous regeneration options

In This Topic
    Regen Method (EntityList)
    In This Topic
    Regens and compiles only entities that need it. Each entity is automatically regenerated and compiled when added to the Blocks or Entities collection. You need to call this function only when you change/transform an entity already in these collections.
    Syntax
    'Declaration
     
    Public Sub Regen( _
       Optional ByVal ro As RegenOptions _
    ) 
    public void Regen( 
       RegenOptions ro
    )

    Parameters

    ro
    Asynchronous regeneration options
    See Also