contents   index   previous   next



seCreateBlankContext

 

syntax:

   SEContext

SE.seCreateBlankContext(

   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:

This routine creates a scripting context without making a call to the SEPrepareContextFunc method of your SEContextParams object.

 

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:

seCreateContext, seDestroyContext

 


seCreateFiber