type [Parameter]
An enumerated value indicating the type of parameter.
Property of
Parameter
Description
The type property indicates the type of parameter a Parameter object represents, as listed in the following table:
|
Value |
Type |
|
0 |
Input |
|
1 |
Output |
|
2 |
InputOutput |
|
3 |
Result |
See the Parameter object’s value property for details on each type.