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 whether the specified dimensions can be linked.

Comments

Available values:

To get the collection of dimension descriptions, for which the specified dimension description matches, use IEaxSyncGroups.GetCompatibleItems.

Example

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

See also:

IEaxSyncGroups