contents   index   previous   next



seCreateContext

 

syntax:

   SEContext

SE.seCreateContext(SEContextParams params,

                   String userkey);

where:

params is an object which implements the SEContextParams interface.

 

userkey the userkey, if applicable

 

return:

An secontext, suitable to be used in further ScriptEase API calls.

 

description:

Create a scripting context. Chapter IV is devoted to initializing and creating new contexts, see it for full details.

 

The userkey is provided to you via email when you download an evaluation version of ScriptEase. Purchased versions ignore this parameter, for which you can pass null.

 

see:

seDestroyContext

 


seCreateBlankContext