IAdhocDimsSynchronization.FindByKey

Fore Syntax

FindByKey(Key: Integer): IAdhocDimSyncIndex;

Fore.NET Syntax

FindByKey(Key: uinteger): Prognoz.Platform.Interop.AdHoc.IAdhocDimSyncIndex;

Parameters

Key. Dimension key.

Description

The FindByKey method searches a dimension by its key.

Comments

If the dimension is found, the method returns the index of synchronization corresponding to the dimension.

See also:

IAdhocDimsSynchronization