IMetaAttributeGroupFilter.LoadSelection

Fore Syntax

LoadSelection(Value: IDimSelectionSet): IDimSelectionSet;

Fore.NET Syntax

LoadSelection(Value: Prognoz.Platform.Interop.Dimensions.IDimSelectionSet): Prognoz.Platform.Interop.Dimensions.IDimSelectionSet;

Parameters

Value. Set of selection elements.

Description

The LoadSelection method returns a filter for the specified selection elements.

Comments

Use the IMetaAttributeGroupFilter.SetSelection method to set a filter.

Fore and Fore.NET Examples

The method use is given in the example for IMetaAttributeGroupsSet.Item.

See also:

IMetaAttributeGroupFilter