IEaxSyncGroups.GetCompatibleItems

Syntax

GetCompatibleItems(Dimension: IEaxDimensionDescriptor;
                  SyncAttribute: String): IEaxDimensionDescriptors;

Parameters

Dimension. Dimension description.

SyncAttribute. Synchronization attribute.

Description

The GetCompatibleItems method gets collection of dimension descriptions to which matches specified dimension description.

Comments

To get attribute whether dimensions can be linked, use IEaxSyncGroups.IsDimensionsCompatible.

Example

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

See also:

IEaxSyncGroups