IValidationSelectionFilter.Add

Fore Syntax

Add(Selection: IDimSelection): IValidationSelectionValues;

Fore.NET Syntax

Add(Selection: Prognoz.Platform.Interop.Dimensions.IDimSelection): Prognoz.Platform.Interop.Ms.IValidationSelectionValues;

Parameters

Selection. Selection added to filter.

Description

The Add method adds a new element to filter.

Comments

To get the specified element from filter, use the IValidationSelectionFilter.Item property.

Fore and Fore.NET Examples

The method use is given in the example for IValidationCustom.Mappings.

See also:

IValidationSelectionFilter