Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / Legend Class / Legend Constructor / Legend Constructor(Legend)
The legend object to copy

In This Topic
    Legend Constructor(Legend)
    In This Topic
    Copy constructor.
    Syntax
    'Declaration
     
    Protected Function New( _
       ByVal another As Legend _
    )
    protected Legend( 
       Legend another
    )

    Parameters

    another
    The legend object to copy
    See Also