IEaxSyncGroups.InGroup

Fore Syntax

InGroup(SyncItem: IEaxDimensionDescriptor): IEaxSyncGroup;

Fore.NET Syntax

InGroup(SyncItem: Prognoz.Platform.Interop.Express.IEaxDimensionDescriptor):
Prognoz.Platform.Interop.Express.IEaxSyncGroup;;

Parameters

SyncItem. Dimension description.

Description

The InGroup method returns the  link by specified dimension description.

Comments

If the link is not found by specified name, the method returns Null.

Fore and Fore.NET Examples

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

See also:

IEaxSyncGroups