CALicense::MaxLicenseInstances
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
Loading comments...