CALicense::MaxLicenseInstances

Revision as of 20:42, 12 May 2015 by Lchrisman (talk | contribs) (Created page with "<< Back to CALicense = property int MaxLicenseInstances = Total number of ADE instances allowed on current license, including any currently running. == Data t...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

<< Back to CALicense

property int MaxLicenseInstances

Total number of ADE instances allowed on current license, including any currently running.

Data type

integer

Access

read

Example Usage

CALicense license = new CALicense();
int nAvail = license.MaxLicenseInstances;

See Also

Comments


You are not allowed to post comments.