NAME
miset_apparent_record_dimension_flag - set the record flag
SYNOPSIS
#include <minc2.h>
int miset_apparent_record_dimension_flag ( mihandle_t volume,
int flatten_flag)
DESCRIPTION
This method causes a volume to appear to have a record dimension. The record
dimension will be set to uniform and flat (i.e., the volume will have one more
dimension (n+1)).
RETURN VALUE
miset_apparent_record_dimension_flag sets a flat uniform_record dimension to
a volume and returns MI_NOERROR or MI_ERROR otherwise.