IEaxSyncItem.SyncDirection

Syntax

SyncDirection: 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.

Example

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

See also:

IEaxSyncItem