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

In This Topic
    Clone Method (Entity)
    In This Topic
    Creates a deep copy of this entity.
    Syntax
    'Declaration
     
    Public MustOverride Function Clone() As Object
    public abstract object Clone()

    Return Value

    The new entity object.
    See Also