Loading a Script to a Dynamic Server
The Script integration is available only if you use a dynamic server.
You can load a script file to a dynamic server using the -ilsj command line option or the API of the class IlsScriptManager.
You can call a Script function from C++ code using the static member function CallFunction.
As the Script scripts access the server model through its definition in the server model interpreter, all Script proxies are built the first time the member function LoadScript is called. Any subsequent modification of the model will not be taken into account in the scripts.