Show contents 

Home > Foresight Analytics Platform > Web Application and Desktop Application > Application Development and Functionality Enhancement > Developing in Development Environment > Description of System Assemblies > Express > Express Assembly Enumerations > AlgorithmParamSelectionType

AlgorithmParamSelectionType

Description

The AlgorithmParamSelectionType enumeration contains types of the selection that will be sent to calculation algorithm parameter.

It is used by the following properties and methods:

Available Values

Value Brief description
0 Selected. Source selection created in the current object parameter.
1 First. First element.
2 Last. Last element.
3 Children. Source selection and its child elements.
4 ChildrenAll. Source selection and all child elements.
5 OnlyChildren. Child elements without source selection.
6 OnlyChildrenAll. All child elements without source selection.

See also:

Express Assembly Enumerations