 | AMLEngineAdapterAssignNewGUIDs Method |
Note: This API is now obsolete.
Assigns new GUIDs to this InternalElement and all of its child InternalElements
Namespace: Aml.Engine.AdapterAssembly: 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
)
<ExtensionAttribute>
<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 Shared Sub AssignNewGUIDs (
element As InternalElementType
)
public:
[ExtensionAttribute]
[ObsoleteAttribute(L"It is not recommended to use this method anymore, because ID references are not updated, which can led to an invalid document.",
false)]
static void AssignNewGUIDs(
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