Click or drag to resize

ApiSessionCloneChildren Method

Like CloneObject, but clones all children of aObject instead of just aObject. aObject itself is not cloned. Connections from a child to aObject are not cloned as they cannot necessarily be connected to aParent.

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

Parameters

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

Return Value

Type: ObjectProxy
aParent
See Also