ApplicationAddLicense(Type, 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(
Type t,
string licenseKey
)
Public Sub AddLicense (
t As Type,
licenseKey As String
)
Parameters
- t Type
-
- licenseKey String
-
See Also