pteSaveLayerSetListInRepository
pteSaveLayerSetListInRepository(t_layerSetRepositoryPath[g_overwrite] [w_windowId] ) => t / nil
Description
Saves the list of layer sets displayed in the Layer Set Manager to a file named layerset.order in the specified repository. The order in which the layer sets are listed and their state—whether enabled or disabled—is also saved.
Arguments
Value Returned
|
The |
|
Examples
Saves the layerset.order file to the present working directory:
pteSaveLayerSetListInRepository("./.cadence")
Saves the layerset.order file to the user’s home directory:
pteSaveLayerSetListInRepository("/home/user01/.cadence")
Return to top