IsDimensionsCompatible(Dimension1: IEaxDimensionDescriptor; SyncAttribute1: String; Dimension2: IEaxDimensionDescriptor; SyncAttribute2: String): Boolean;
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.
The IsDimensionsCompatible method returns whether the specified dimensions can be linked.
Available values:
True. Link can be created.
False. Link cannot be created.
To get the collection of dimension descriptions, for which the specified dimension description matches, use IEaxSyncGroups.GetCompatibleItems.
The method use is given in the example for IEaxSyncGroups.CreateGroup.
See also: