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...")
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
Enable comment auto-refresher