Click or drag to resize

AMLEngineAdapterCloneNode Method

Note: This API is now obsolete.

Clones the node.

Namespace: Aml.Engine.Adapter
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
[ObsoleteAttribute("Use CAEXWrapper.Copy.")]
public static CAEXWrapper CloneNode(
	this CAEXBasicObject caexObject,
	bool deepClone,
	bool assignNewGuidsToIEs
)

Parameters

caexObject  CAEXBasicObject
The CAEX object.
deepClone  Boolean
if set to true [deep clone].
assignNewGuidsToIEs  Boolean
if set to true [assign new GUIDs to IEs].

Return Value

CAEXWrapper
The cloned node CAEXWrapper.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type CAEXBasicObject. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also