IEaxSyncGroup.InGroup

Syntax

InGroup(Dimension: IEaxDimensionDescriptor): Boolean;

Parameters

Dimension. Dimension description.

Description

The InGroup method determines whether the specified dimension is linked with elements of the link of synchronized dimensions.

Comments

To propagate selection change to the rest of the elements of the link of synchronized dimensions, use IEaxSyncGroup.PropogateChanges.

Example

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

See also:

IEaxSyncGroup