ApplicationAddLicense(String, String) Method |
Add a license for a specific feature.
Namespace: Easymap.AddInAssembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.0.0
Syntaxpublic void AddLicense(
string typeName,
string licenseKey
)
Public Sub AddLicense (
typeName As String,
licenseKey As String
)
Parameters
- typeName String
-
- licenseKey String
-
See Also