NAME
miget_volume_from_dimension - to figure out whether a dimensions is
associated with a volume or not
SYNOPSIS
#include <minc2.h>
int miget_volume_from_dimension ( midimhandle_t dimension,
mihandle_t *volume)
DESCRIPTION
This method returns the volume handle associated with a given dimension.
RETURN VALUE
miget_volume_from_dimension returns MI_ERROR if the specified handle
is not associated with the volume and MI_NOERROR otherwise.