 | ServiceLocatorUniqueNameService Property |
Gets the registered UniqueName-Service.The actual registered UniqueName-Service is located by the engine
to automatically assign unique names to CAEXObjects if they are inserted into a sequence. If no
UniqueName-Service is registered no names are generated.
Namespace: Aml.Engine.ServicesAssembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntaxpublic static IUniqueName UniqueNameService { get; }
Public Shared ReadOnly Property UniqueNameService As IUniqueName
Get
public:
static property IUniqueName^ UniqueNameService {
IUniqueName^ get ();
}
Property Value
IUniqueName
See Also