NAME
miset_props_template - set the template volume flag
SYNOPSIS
#include <minc2.h>
int miset_props_template ( mivolumeprops_t props,
int template_flag)
DESCRIPTION
This method sets the template volume flag to (1) to create a template volume
(i.e, which is exaclty like an image except the image itself) or (0) for
no template volume. The default flag is set to zero.
RETURN VALUE
miset_props_template returns MI_NOERROR if it successfully sets the template
flag or MI_ERROR otherwise.