next up previous contents
Next: miset_props_multi_resolution/miget_props_multi_resolution Up: VOLUME PROPERTIES FUNCTIONS (15) Previous: minew_volume_props/mifree_volume_props   Contents

miget_volume_props

NAME

miget_volume_props - Get a copy of the property list of a volume.

SYNOPSIS

#include <minc2.h>

int miget_volume_props(mihandle_t               volume, 
                       mivolumeprops_t          *props);

DESCRIPTION

Returns a copy of the properties associated with the volume.  Any
changes made to the properties will not take effect on the original volume,
but the resulting properties structure may be used in the creation of a new
volume.

The handle must be freed by calling mifree_volume_props().

RETURN VALUE

MI_NOERROR on success, MI_ERROR on failure



Robert VINCENT 2005-03-09