Aqualogic Interaction API  
 

IPTObjectManager.Clone Method

Create a new object of this class that is a copy of an existing object. Place the copy in a different folder than the original, but name the new object with the same name as the original.

Overload List

Create a new object of this class that is a copy of an existing object. Place the copy in a different folder than the original, but name the new object with the same name as the original.

int Clone(int,int);

deprecated

int Clone(int,object);

Create a new object of this class that is a copy of an existing object. Place the copy in the same folder, and name the new object with the specified name

int Clone(int,string);

See Also

IPTObjectManager Interface | com.plumtree.server Namespace