IEaxSyncGroup.InGroup

Fore Syntax

InGroup(Dimension: IEaxDimensionDescriptor): Boolean;

Fore.NET Syntax

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

Parameters

Dimension. Dimension description.

Description

The InGroup method determines whether selected dimension is linked to synchronized dimensions link elements.

Comments

To apply selection modification to the rest synchronized dimensions  link elements, use IEaxSyncGroup.PropogateChanges.

Fore and Fore.NET Examples

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

See also:

IEaxSyncGroup