home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 January / Chip_1997-01_cd.bin / ms95 / disk23 / dir03 / f015370.res < prev   
Text File  |  1996-04-02  |  983b  |  18 lines

  1. About LINESTRG
  2. ===============
  3. This application contains a command PLACE MYLINESTR, which places a line string element.
  4.  
  5. When the number of vertices in the line string element reach the MAX_VERTICES limit, a 
  6. complex chain of line string elements is created.
  7.  
  8. The mdlTransient_xxx function group is used to maintain the line string element until
  9. MAX_VERTICES is reached or the user finishes the current line string.  Only the last
  10. segment of the line string is displayed in dynamics; the remainder of the line string
  11. is either a transient element or a complex chain of line strings which was added to the file.
  12.  
  13. The user can undo a previous vertex using the STATE_OOPSFUNCTION event
  14. in the mdlState_setFunction asynchronous function group.  The user can undo vertices until
  15. the last vertex in the line string is undone or the last vertex previous to the complex chain
  16. is undone.  The user cannot undo a vertex in a line string which was added to the complex chain.
  17.  
  18.