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