 | IUniqueNameUniqueCAEXName(XElement, String) Method |
Creates a unique CAEX Name for a child with the specified elementTagName in the specified sequence
Namespace: Aml.Engine.Services.InterfacesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxstring UniqueCAEXName(
XElement sequence,
string elementTagName
)
Function UniqueCAEXName (
sequence As XElement,
elementTagName As String
) As String
String^ UniqueCAEXName(
XElement^ sequence,
String^ elementTagName
)
Parameters
- sequence XElement
- The sequence of elements.
- elementTagName String
- Name of the element tag.
Return Value
String
a unique name using the registered default extended with an added number, representing the maximal number
See Also