IValidationSelectionFilter.Add

Syntax

Add(Selection: IDimSelection): 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.

Example

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

See also:

IValidationSelectionFilter