NAME
miget_attr_values - get the value(s) of an attribute
SYNOPSIS
#include <minc2.h>
int miget_attr_values ( mihandle_t volume,
mitype_t attr_data_type,
const char *path,
const char *name,
int length,
void *values)
DESCRIPTION
This method returns the values of a given attribute name
(of type double or string) in array "values".
RETURN VALUE
miget_attr_values returns MI_NOERROR if it successfully gets the
attribute value(s) or MI_ERROR otherwise