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

◆ Create() [1/2]

void drama::ParSys::Create ( const std::string &  name,
const std::string &  value 
)
inline

Create a string parameter.

Create a parameter of the specified name but string type.

Specialization for crate an std::string item parameter Needed because we can't get this right using the Put template.

Parameters
nameThe name of the parameter to create.
valueThe new value for the parameter.

References drama::sds::Id::CreateFromSdsId(), and drama::CreateRunDramaTask().