CALicense::CanUseOptimizer

Revision as of 20:36, 12 May 2015 by Lchrisman (talk | contribs) (Created page with "<< Back to CALicense = property bool CALicense::CanUseOptimizer = Indicates whether your ADE license allows your models to make use of the Optimizer. I...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<< Back to CALicense

property bool CALicense::CanUseOptimizer

Indicates whether your ADE license allows your models to make use of the Optimizer. If you don’t have this ability, then models that use DefineOptimization or other functions that require the Optimizer edition functions cannot perform those optimizations within ADE. This flag makes it possible to detect that limitation before actually starting your application.

Data type

Boolean

Access

read

Example usage

CALicense license = new ADE.CALicense();
if (license.CanUseOptimizer) { ... }

See Also

Comments


You are not allowed to post comments.