IEaxSyncGroups.InGroups

Syntax

InGroups(SyncItem: IEaxDimensionDescriptor): Array;

Parameters

SyncItem. Dimension description.

Description

The InGroups method returns the array of links of the synchronized dimensions, in which the dimension with the specified description is included.

Comments

If the dimension is not in the links, the method returns the empty array.

Example

The method use is given in the example for IEaxSyncGroups.CreateGroup.

See also:

IEaxSyncGroups