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.
siArgumentFlags.siArgumentInput // 2 siArgumentFlags.siArgumentOutput // 4 siArgumentFlags.siArgumentInputOutput // 6 |