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

◆ Get()

template<typename SDS_T >
SDS_T drama::ArrayParameter< SDS_T >::Get ( size_t  index) const
inline

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.

References drama::CreateRunDramaTask(), DramaTHROW_S, drama::sds::Id::Find(), and drama::sds::ArrayAccessHelper< T >::Size().