/******************************************************************************
             Copyright (c) 1999 Unigraphics Solutions, Inc.
                       Unpublished - All Rights Reserved

*******************************************************************************/
/* UF_MODL_create_string_list call setup */
UF_STRING_t     guide;
UF_STRING_p_t   gu = &guide;
UF_MODL_create_string_list( 3, 50, gu );
        /* Creates 3 guides containing 50 entities */


