IAlternateHierarchyMappings.FindByKey

Fore Syntax

FindByKey(SourceKey: Integer): IAlternateHierarchyMapping;

Fore.NET Syntax

FindByKey(SourceKey: uinteger): Prognoz.Platform.Interop.Cubes.IAlternateHierarchyMapping;

Parameters

SourceKey. Key of alternative hierarchy to be copied.

Description

The FindByKey method searches for a correspondence in the collection by the key of the alternative hierarchy to be copied.

Comments

If the correspondence is not found, the method returns Null.

See also:

IAlternateHierarchyMappings