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:
| 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: