next up previous contents
Next: miset_apparent_record_dimension_flag Up: DIMENSION FUNCTIONS (39) Previous: miset_apparent_dimension_order   Contents

miset_apparent_dimension_order_by_name

NAME 

miset_apparent_dimension_order_by_name - set apparent dimension order
by name


SYNOPSIS

#include <minc2.h>

int miset_apparent_dimension_order_by_name ( mihandle_t         volume,
                                             int                array_length,
                                             char               **names)
                                             


DESCRIPTION

This method sets an apparent dimension order by dimension name. Note that
all dimension names must be different or an error occurs.


RETURN VALUE

miset_apparent_dimension_order_by_name returns MI_NOERROR if it successfully
sets the apparent dimension order by name or MI_ERROR otherwise



Robert VINCENT 2005-03-09