Search
Table.Clone Method
See Also
 



Creates a copy of this table.

 Syntax

VB6  Copy Code

Public Function Clone () As Table

C++  Copy Code

public:
Table* Clone ()

 Return Value

Table instance representing the newly created table.

 Remarks

Creates a new table that has the same attributes as this table. The copy also has the same coordinates as the original table, so it might be useful to call the MoveTo method to move the nodes apart.

 See Also