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

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

    Return Value

    The new edge object.
    See Also