IDimHierarchy.SourceIndex

Fore Syntax

SourceIndex: IDimIndex;

Fore.NET Syntax

SourceIndex: Prognoz.Platform.Interop.Dimensions.IDimIndex;

Description

The SourceIndex property determines index of alternative dictionary that contains keys required to compare elements in basic and alternative dictionaries.

Comments

To determine correspondence between main dictionary attribute and alternative dictionary attribute, use the IDimHierarchy.SourceAttribute property.

Fore and Fore.NET Examples

The property use is given in the example for IDimHierarchies.Add.

See also:

IDimHierarchy