next up previous contents
Next: miset_attr_values Up: ATTRIBUTE/GROUP FUNCTIONS (11) Previous: miget_attr_type   Contents

miget_attr_values

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



Robert VINCENT 2005-03-09