IEaxSyncGroup.RemoveByItem

Fore Syntax

RemoveByItem(Dimension: IEaxDimensionDescriptor): Boolean;

Fore.NET Syntax

RemoveByItem(Dimension: Prognoz.Platform.Interop.Express.IEaxDimensionDescriptor): boolean;

Parameters

Dimension. Dimension description.

Description

The RemoveByItem method removes synchronized dimensions  link element by description of the linked dimension.

Comments

If link element will be removed, the method returns True.

To remove the synchronized dimensions  link element by its index, use IEaxSyncGroup.Remove.

See also:

IEaxSyncGroup