Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Fem Namespace / Hexa20 Class / Clone Method

In This Topic
    Clone Method (Hexa20)
    In This Topic
    Creates a deept copy of this element.
    Syntax
    'Declaration
     
    Public Overrides Function Clone() As Object
    public override object Clone()

    Return Value

    The new element object.
    See Also