IEaxSyncItem.SyncDirection

Fore Syntax

SyncDirection: EaxDimensionSynchronizationDirection;

Fore.NET Syntax

SyncDirection: Prognoz.Platform.Interop.Express.EaxDimensionSynchronizationDirection;

Description

The SyncDirection property determines type of the link applied to synchronize dimensions.

Comments

By default the link can both obtain and send selection to controlled slices, it means that the SyncDirection property is set to EaxDimensionSynchronizationDirection.ProduceAndConsumeChanges.

Fore and Fore.NET Examples

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

See also:

IEaxSyncItem