IEaxSyncGroups.IsDimensionsCompatible

Syntax

IsDimensionsCompatible(Dimension1: IEaxDimensionDescriptor;
                      SyncAttribute1: String;
                      Dimension2: IEaxDimensionDescriptor;
                      SyncAttribute2: String): Boolean;

Parameters

Dimension1. The first dimension which should be linked with the second dimension.

SyncAttribute1. Synchronization attribute for the first dimension.

Dimension2. The second dimension which should be linked with the first dimension.

SyncAttribute2. Synchronization attribute for the second dimension.

Description

The IsDimensionsCompatible method returns if the link between specified dimensions can be created.

Comments

Available values:

To get collection of dimensions descriptions to which goes specified dimension description, use IEaxSyncGroups.GetCompatibleItems.

Example

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

See also:

IEaxSyncGroups