IEaxSyncGroup.Add

Fore Syntax

Add(SyncItem: IEaxDimensionDescriptor): IEaxSyncItem;

Fore.NET Syntax

Add(SyncItem: Prognoz.Platform.Interop.Express.IEaxDimensionDescriptor): Prognoz.Platform.Interop.Express.IEaxSyncItem;

Parameters

SyncItem. Dimension description.

Description

The Add method adds element in the link of synchronized dimensions link.

Comments

To remove all elements from the synchronized dimensions  link, use IEaxSyncGroup.Clear.

Fore Example

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

See also:

IEaxSyncGroup