IEaxSyncGroups.IsDimensionsCompatible

Fore Syntax

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

Fore.NET Syntax

IsDimensionsCompatible(Dimension1: Prognoz.Platfrorm.Interop.Express.IEaxDimensionDescriptor;
                      SyncAttribute1: string;
                      Dimension2: Prognoz.Platfrorm.Interop.Express.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

Returned values:

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

Fore and Fore.NET Examples

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

See also:

IEaxSyncGroups