XppPrePostArgs.getArgNum Method

Retrieves the ;publisher's argument by index.

Syntax

public anytype getArgNum(int argIndex)

Run On

Called

Parameters

  • argIndex
    Type: int
    An int index of the target argument.

Return Value

Type: anytype
An anytype value of the specified argument.

Remarks

The index range is 0-based for static publishers but 1-based for instance publishers.

See Also

Reference

XppPrePostArgs Class