IAutomationCheckAddInLicence(String) Method

Check out license for plugin.

Definition

Namespace: PCBI.Automation
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static bool CheckAddInLicence(
	string PlugInName
)

Parameters

PlugInName  String
Name of plugin to check out.

Return Value

Boolean
True if the licence is available and it can be checked out.

See Also