                                                                set_dig
Chapter 9 Input Modes

set_dig

    Sets mode to assign objects to a given set.

         set_dig set otype desc

    Sets the input mode to digitize objects of a given type into (or out of) a
    specified set.  To use this mode, the map must be assembled.
*   The set being digitized will be highlighted automatically.
    ___________________________________________________________________________
    Options/arguments:

         set       set number:
                   1 - 24    (add object to set)
                   -1 - -24  (remove object from set)
         otype     Object type code, where:
                   0 = node
                   1 = segment
                   2 = polygon
         desc      set description (text)
    ___________________________________________________________________________
    Examples:

    To add the polygon around 255 1214 to set 10 and describe set 10 as
    'another stupid set' enter:

         set_dig 10 2 another stupid set
         start 255 1214

    To remove the line near 816 591 from set 24 and change the set description
    to 'ha ha, I fooled you!' enter:

         set_dig -24 1 ha ha, I fooled you!
         continue 816 591
    ___________________________________________________________________________
    See also:

              crit_exec, set_ commands
    ___________________________________________________________________________
