Modifying Arguments
Methods Introduced:
The method pfcArgument.pfcArgument.Argument_Create creates a new argument. Provide a name and value as the input arguments of this method.
The method pfcArgument.Arguments.create creates a new empty sequence of task arguments.
The method pfcArgument.Argument.GetLabel returns the label of the argument. The method pfcArgument.Argument.SetLabel sets the label of the argument.
The method pfcArgument.Argument.GetValue returns the value of the argument. The method pfcArgument.Argument.SetValue sets the value of the argument.
Was this helpful?