 | AMLEngineAdapterCreate_UniqueCopy Method |
Note: This API is now obsolete.
Creates a copy with a unique ID.
Namespace: Aml.Engine.AdapterAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax[ObsoleteAttribute("Use CAEXWrapper.Copy.")]
public static InternalElementType Create_UniqueCopy(
this InternalElementType internalElement,
bool deepClone
)
<ExtensionAttribute>
<ObsoleteAttribute("Use CAEXWrapper.Copy.")>
Public Shared Function Create_UniqueCopy (
internalElement As InternalElementType,
deepClone As Boolean
) As InternalElementType
public:
[ExtensionAttribute]
[ObsoleteAttribute(L"Use CAEXWrapper.Copy.")]
static InternalElementType^ Create_UniqueCopy(
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