IEaxSyncGroups.GetCompatibleItems

Fore Syntax

GetCompatibleItems(Dimension: IEaxDimensionDescriptor;
                  SyncAttribute: String): IEaxDimensionDescriptors;

Fore.NET Syntax

GetCompatibleItems(Dimension: Prognoz.Platform.Interop.Express.IEaxDimensionDescriptor;
                  SyncAttribute: string): Prognoz.Platform.Interop.Express.IEaxDimensionDescriptors;

Parameters

Dimension. Dimension description.

SyncAttribute. Synchronization attribute.

Description

The GetCompatibleItems method gets collection of dimension descriptions to which matches specified dimension description.

Comments

To get attribute whether dimensions can be linked, use IEaxSyncGroups.IsDimensionsCompatible.

Fore and Fore.NET Examples

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

See also:

IEaxSyncGroups