_LAYER_MOVE_GRP.GRS


  PROC/DSTLYR,GRP,SLDSW,DIAGLV,SRESP
$$
$$ SUBROUTINE: _LAYER_MOVE_GRP.GRS
$$
$$ KEYWORDS:
$$   UTILITY
$$
$$ ABSTRACT:
$$   THIS SUBROUTINE MOVES A MULTI-LEVEL GROUP (UP TO 20 LEVELS DEEP)
$$   TO A NEW LAYER.
$$
$$ RELEASE HISTORY:
$$   05-OCT-1992 Initial Implementation
$$   14-OCT-1992 Final Documentation
$$   23-DEC-1997 Added Solid Switch to allow moving only solids to
$$               the destination layer.
$$   17-JUL-1996 Initial submission to PTE Library
$$   17-JUL-1996 Initial submission to GRIP International Library
$$   13-OCT-2001 Contact Information Updated!
$$
$$ Called by:
$$   (A Utility Subroutine)
$$
$$ AUTHOR:  Greg Krumrey, Information Manager
$$ COMPANY: Patriot Machine, Inc.
$$          951 Harmsted Court
$$          St. Charles, MO 63301
$$          greg.krumrey@patriot-machine.com
$$          636-940-1776 x 130
$$
$$ SYSTEM TYPE: This program is Machine-Independant.
$$
$$ THEORY/VARIABLE USAGE:
$$   DSTLYR - DESTINATION LAYER (1-256)
$$   GRP    - GROUP TO MOVE TO NEW LAYER
$$   SLDSW  - IF SET TO &YES, ONLY SOLIDS ARE MOVED
$$   DIAGLV - DIAGNOSTICS LEVEL, ]0 CAUSES THIS ROUTINE TO
$$            REPORT ON THE GROUP'S STRUCTURE.
$$   SRESP  - SUBROUTINE RESPONSE (3=SUCCESS)
$$
$$ VERSIONS SUPPORTED: ALL
$$