Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the publisher's argument by index.
Syntax
public int setArgNum(int argIndex, anytype value)
Run On
Called
Parameters
- argIndex
Type: int
An int index of the target argument.
- value
Type: anytype
An anytype value to assign to the specified argument.
Return Value
Type: int
An int data type value of 1.
Remarks
The index range is 0-based for static publishers but 1-based for instance publishers.