AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface

◆ SetArgument()

virtual void drama::Path::SetArgument ( const std::string &  LoadArg,
bool const  Append = false 
)
virtualinherited

Set the load time argument string.

This is a string is becomes the load argument if the task is loaded. For example, under unix it is put into the argv array.

Parameters
LoadArgThe new load argument string.
AppendIf true, append to the previous value, otherwise overwrite.