Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot.Fem Namespace / Quad4 Class / Clone Method

In This Topic
    Clone Method (Quad4)
    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