Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Text Class / Regen Method / Regen(RegenParams) Method

In This Topic
    Regen(RegenParams) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Overrides Sub Regen( _
       ByVal data As RegenParams _
    ) 
    public override void Regen( 
       RegenParams data
    )

    Parameters

    data
    Exceptions
    ExceptionDescription
    Thrown when the regen params don't contain a valid ViewportLayout.
    See Also