Click or drag to resize

ApiSessionCloneObject Method

Creates a deep copy of the given object, i.e. all children of that object will be copied, too.

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public ObjectProxy CloneObject(
	ObjectProxy aObject,
	ObjectProxy aParent
)

Parameters

aObject
Type: Articy.ApiObjectProxy
Object to copy
aParent
Type: Articy.ApiObjectProxy
Parent to copy the object to

Return Value

Type: ObjectProxy
The newly created object
See Also