LicType Enumeration
type of license (RTFS).
Namespace: Karamba.UtilitiesAssembly: KarambaCommon (in KarambaCommon.dll) Version: 3.0.8.0+eb23a7103f0eca0b6d808121e15fec6899194e15
Public Enumeration LicType
public enum class LicType
not_required |
0 |
No real license type, just internal to annotate that
every (real) license is fine. Used in the following way:
var minType = LicType.not_required; ... yourType > minType
|
free |
1 |
Restricted version, ...
Can't be upgraded, needs (re)installment of the trial version.
|
trial |
2 |
Only valid for a time period, based on "compilation" date.
Can only handle restricted models with low numbers in allowed
shells and beams.
|
student |
3 |
For education purposes (non-commercial).
Means this is for edu, lab and university licenses which are
different in price and numbers of licenses per order only,
and have therefore no influence otherwise.
|
pro |
4 |
The Pro license is for commercial use, nowadays always time-limited.
|
developer |
5 |
full-features and no time limit, but no commercial use allowed.
|
workshop |
6 |
The workshop license limited only to time, and is
for non-commercial use only.
Typically for short time periods activated.
|
pro_industrial |
7 |
like workshop but for commercial use.
typically longer periods than normal workshop.
To allow bigger companies more freedom.
|