NAME
miset_props_record - set properties of a uniform/nonuniform record dimension
SYNOPSIS
#include <minc2.h>
int miset_props_record ( mivolumeprops_t props,
long length,
char *name)
DESCRIPTION
This method sets the properties of arecord given its name and
size (i.e., number of fields included in the record).
RETURN VALUE
miset_props_record returns MI_NOERROR if it successfully sets
the properties of a record or MI_ERROR otherwise.