Eyeshot 10 WinForms API Reference
Clone Method (Entity)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > Entity Class : Clone Method
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

Reference

Entity Class
Entity Members