annSaveAnnotationData
annSaveAnnotationData(
w_windowId
t_fileName
)
=> t / nil
Description
Saves the current annotation setup in a file. You can specify the complete file path where the setup file needs to be saved.
Arguments
|
File name with the complete path where you want to save the current annotation setup. |
Value Returned
Examples
The following example shows how to save the setup information:
fileName = "/home/user1/annSetup/modified_tranSetup.as"
schWindow = hiGetCurrentWindow()
when(window
annSaveAnnotationData(schWindow fileName)
)
Return to top