Description
Information on the direction of an argument indicating how it is passed to or from a command.
Note: Output and InOut arguments are not supported by some script languages, including JScript. For this reason only siArgumentInput is supported on custom Commands.
C# Syntax
siArgumentFlags.siArgumentInput // 2 siArgumentFlags.siArgumentOutput // 4 siArgumentFlags.siArgumentInputOutput // 6
|
Constant |
Value |
Description |
|
2 |
The parameter is passed as input to the command. |
|
|
4 |
The parameter is used to return information from the command. |
|
|
6 |
The parameter is used to pass information both to and from a command. |
Applies To
SOFTIMAGE|XSI v6.01