Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Solid3D.Loop Class / Clone Method

In This Topic
    Clone Method (Solid3D.Loop)
    In This Topic
    Creates a deep copy of this Loop.
    Syntax
    'Declaration
     
    Public Overridable Function Clone() As Object
    public virtual object Clone()

    Return Value

    The new loop object.
    See Also