Click or drag to resize

AMLEngineAdapterCreate_UniqueCopy Method

Note: This API is now obsolete.

Creates a copy with a unique ID.

Namespace: Aml.Engine.Adapter
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
[ObsoleteAttribute("Use CAEXWrapper.Copy.")]
public static InternalElementType Create_UniqueCopy(
	this InternalElementType internalElement,
	bool deepClone
)

Parameters

internalElement  InternalElementType
The internal element.
deepClone  Boolean
if set to true [deep clone].

Return Value

InternalElementType
InternalElementType.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type InternalElementType. 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