IEaxSyncGroup.PropogateChanges

Fore Syntax

PropogateChanges(Dimension: IEaxDimensionDescriptor);

Fore.NET Syntax

PropogateChanges(Dimension: Prognoz.Platform.Interop.Express.IEaxDimensionDescriptor);

Parameters

Dimension. Dimension description.

Description

The PropogateChanges method extends selections changes to the other synchronized dimensions link elements.

Comments

To determine whether selected dimension is linked to the synchronized dimensions link elements, use IEaxSyncGroup.InGroup.

Fore and Fore.NET Examples

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

See also:

IEaxSyncGroup