wspDumpToFile
wspDumpToFile (d_cellViewId t_fileName) => t / nil
Description
Creates a SKILL file that can be used to recreate the width spacing pattern (WSP) information in the specified cellview.
Arguments
|
The name of the SKILL file to which the WSP information is written. |
Value Returned
Example
wspDumpToFile(geGetEditCellView() "./cvNameWSPs.il")
Return to top