AAO DRAMA C++ Interface (Old style)
DRAMA C++, Depreciated, don't use for new code

◆ Get() [6/24]

void Arg::Get ( const char *  name,
INT64 *  value,
StatusType *const  status 
) const
inline

Fetch a 64 bit integer value from a named component of the Arg structure.

If the named item exists within the ARG structure then fetch its value and convert it to a 64 bit integer, if possible.

See also
ArgGeti64()
Parameters
nameThe name of the item within the SDS structure.
valueThe value returned is written here.
statusInherited status.