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

miget_attr_length

NAME 

miget_attr_length - get the length of an attribute

SYNOPSIS

#include <minc2.h>

int miget_attr_length ( mihandle_t              volume,
                        const char              *path,
                        const char              *name,
                        int                     *length ) 
               
                                
DESCRIPTION

This method gets the length of the given attribute name.

RETURN VALUE
miget_attr_length returns MI_NOERROR if it successfully gets the
the dimension of a given attribute name or MI_ERROR otherwise



Robert VINCENT 2005-03-09