|
AAO DRAMA/DRAMA2 C++ Interface
DRAMA C++11 and later interface
|
Create primitive parameter.
Create a parameter of the specified name and primitive type.
Supports the various primitive types - bool, char, short, unsigned short, INT32, UINT32, INT64, UINT64, float and double. Also the string representations char* and std::string.
| name | The name of the parameter to create |
| value | The new value for the parameter. |
References drama::sds::Id::CreateFromSdsId(), and drama::CreateRunDramaTask().