ApplicationAddLicense Method (Type, String) |
Add a license for a specific feature.
Namespace:
Easymap.AddIn
Assembly:
Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntaxpublic void AddLicense(
Type t,
string licenseKey
)
Public Sub AddLicense (
t As Type,
licenseKey As String
)
Parameters
- t
- Type: SystemType
- licenseKey
- Type: SystemString
See Also