Method StartSessionFromCallParams
StartSessionFromCallParams(int)
Allocates a memory workspace that will be used to store the current catalog, the current scene and the current language among other information.
Declaration
public bool StartSessionFromCallParams(int callParams)
Parameters
Type | Name | Description |
---|---|---|
int | callParams | Value passed from KitchenDraw upon a plugin call should be used here. This value is used to determine the current scene (that is to say the scene which is open in KitchenDraw) and the current catalog (that is to say, the catalog that is open in MobiScript) as well as many other KitchenDraw environment parameters. |
Returns
Type | Description |
---|---|
bool | A numeric value that identifies the workspace (SessionId, the session identifier). This identifier does not have any more real utility. |
Remarks
This methods presents only in KDS.SDK.dll.