IValidationFilter.CreateExecuteSettings

Syntax

CreateExecuteSettings: IValidationExecuteSettings;

Description

The CreateExecuteSettings method creates validation calculation settings.

Comments

To calculate validation, use the IValidationGroup.Execute method.

Example

The method use is given in the example for IValidationFilter.Params.

See also:

IValidationFilter