Cloning a Vector Group
A group of vector objects can be cloned and added to a vector handle as a clone object. The steps used to accomplish this are as follows:
|
1. |
Create and add a new group in the current vector handle. |
|
2. |
Create and add any new objects of the desired type into the group. |
|
3. |
Create a clone of the group. |
|
4. |
Add the clone object to the vector handle. |
For example code that shows this process, refer to: