Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / AttributeReference Class / AttributeReference Constructor / AttributeReference Constructor(AttributeReference)
The other AttributeReference

In This Topic
    AttributeReference Constructor(AttributeReference)
    In This Topic
    Copy constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal another As AttributeReference _
    )
    public AttributeReference( 
       AttributeReference another
    )

    Parameters

    another
    The other AttributeReference
    See Also