Click or drag to resize

AMLEngineAdapterAssignNewGUIDs Method

Note: This API is now obsolete.

Assigns new GUIDs to this InternalElement and all of its child InternalElements

Namespace: Aml.Engine.Adapter
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
[ObsoleteAttribute("It is not recommended to use this method anymore, because ID references are not updated, which can led to an invalid document.", 
	false)]
public static void AssignNewGUIDs(
	this InternalElementType element
)

Parameters

element  InternalElementType
The InternalElement

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