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 if the link between specified dimensions can be created.
Available values:
True. Link can be created.
False. Link cannot be created.
To get collection of dimensions descriptions to which goes specified dimension description, use IEaxSyncGroups.GetCompatibleItems.
The method use is given in the example for IEaxSyncGroups.CreateGroup.
See also: