Click or drag to resize

IUniqueNameRegisterDefault Method

Registers a new default name for the generation of unique names for the specified element.

Namespace: Aml.Engine.Services.Interfaces
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
void RegisterDefault(
	string elementTagName,
	string defaultName
)

Parameters

elementTagName  String
The CAEX Tag name defining the elements which should get the default.
defaultName  String
The default name
See Also