Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Labels Namespace / LabelList Class / Regen Method

In This Topic
    Regen Method (LabelList)
    In This Topic
    Regeneratess only the labels that need it. Each label is automatically regenerated when added to the devDept.Eyeshot.Viewport.Labels collection. You need to call this function only when you modify a label already in this collection.
    Syntax
    'Declaration
     
    Public Sub Regen() 
    public void Regen()
    See Also