setPrivateParamContext
Control the context between the parameters defined in the OGLM document and a device. This function has no impact on parameters that are only defined on the device or only defined in the OGLML document.
Syntax
params.setPrivateParamContext (Value);
Parameters
Parameter |
Type |
Required |
Description |
Value |
Boolean |
Yes |
The available contexts are as follows: true — disconnect parameters defined in the OGLML document from the device. false — re-connect parameters defined in the OGLML document from the device. |
Returns
N/A
Example
Coming soon.