Click or drag to resize

UniqueNameServiceRegisterDefault Method

Registers the default name for all CAEX objects with the provided element name.

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

Parameters

elementName  String
Name of the element.
defaultName  String
The default name.

Implements

IUniqueNameRegisterDefault(String, String)
See Also