 
 
 
 
 
 
 
  
NAME
miget_dimension_sizes - retrieve the sizes of an array of dimension handles
SYNOPSIS
#include <minc2.h>
int miget_dimension_sizes ( const midimhandle_t         dimensions[],
                            int                         array_length,
                            unsigned long               sizes[] );
DESCRIPTION
This function will copy the lengths of each of the dimensions listed in the
"dimensions[]" array into the "sizes[]" array.  The parameter "array_length"
specifies the length of both of the arrays.
RETURN VALUE
Returns MI_NOERROR on success, or MI_ERROR on failure.
SEE ALSO
miget_dimension_size, miset_dimension_size