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

◆ Get()

std::string drama::ArrayParameter< std::string >::Get ( size_t  index) const

Return a single value from an array parameter.

Warning
Not very efficient since it must presume the parameter has changed in various ways and hence finds the parameter ID and does a full inquiry for every call. But useful if you want only one value.
Parameters
indexThe index of the value we are requesting.
Returns
The value requested.