Eyeshot 11 WPF API Reference
WPF Assembly / devDept.Eyeshot.Entities Namespace / Solid3D.Edge Class / Clone Method

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

    Return Value

    The new edge object.
    See Also