asiAddModelLibSelection
asiAddModelLibSelection(
{ o_session | o_tool }
t_modelLibFile
t_section
)
=> t / nil
Description
Adds a model file by adding an entry to the model library file section (corresponding environment variable modelFiles) and calls asiInvalidateControlStmts.
Arguments
|
Name of the model library file. If this field is blank, no model files are added. |
|
Value Returned
Examples
asiAddModelLibSelection (session "/servers/cic_ade/gashish/LAB/lab/Models/allModels.scs" ""))
Adds allModels.scs model file and adds an entry to the model library file section.
Return to top