schSetAndLoadTsgTemplateType
schSetAndLoadTsgTemplateType(t_tsgType[t_templateFileName] ) => t / nil
Description
Sets the tsgTemplateType environment variable and loads the corresponding tsg template file.
Use this function to load a new TSG template file to overwrite the currently loaded TSG template file. A TSG template file is automatically loaded when you first create a symbol or first open the Symbol Generation Options form. After that time, a TSG template file is only loaded upon request.
schSetAndLoadTsgTemplateType is the procedural equivalent to the Load button of the Symbol Generation Options form.
A TSG template file contains settings that describe the attributes, labels, and properties that the tsg engine references when creating symbols automatically.
Arguments
Value Returned
|
Set the tsgTemplateType environment variable and performs a load of the corresponding tsg template file. |
|
Examples
Assigns the keyword metric to the tsgTemplateType environment variable and reads the settings from the corresponding tsg template file. The system references those settings when creating symbols automatically.
schSetAndLoadTsgTemplateType( "metric" )
Related Topics
Return to top