| in_name | Command scripting name. | |
| in_args | Array of values containing the arguments to pass to the command. Because this argument is defined as const, the array cannot be updated with the output argument values returned by the command. You should use the other version of ExecuteCommand defined with a CValueArray& argument if you need to access the output argument values. | |
| io_val | The value returned by the command. |
CStatus::Fail failure
in_nbLocatorsToBeQueried is present.
| target | Object to be connected to the port. | |
| name | Port name. | |
| insertat | Port index within group. | |
| flags | Mask of input port flags described by siPortFlags. |
| pst | The returned status code, returns CStatus::OK for success. |
| target | Object to be connected to the port. | |
| name | Port name. | |
| insertat | Port index within group. | |
| flags | Mask of output port flags described by siPortFlags. |
| pst | The returned status code, returns CStatus::OK for success. |
| target | Object to be connected to the port. | |
| name | Port name. | |
| insertat | Port index within group. | |
| flags | Mask of port flags described by siPortFlags. |
| pst | The returned status code, returns CStatus::OK for success. |