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

◆ SetName()

virtual void drama::Path::SetName ( const std::string &  TaskName)
virtualinherited

Set the task name.

This is the name to be used on drama::Path::GetPath operations, and is ignored if we already have the path. It can include the nodename using the "taskname\@nodename" format, in which case the node name is removed and used in (in effect) a call to Path::SetLocation.

See also
Path:SetLocation
Parameters
TaskNameThe new name to be used as the task name for this object.