Initializing help system before first use

License Method (String)

Generate a license object. This method initiates the OEM licensing procedure. You must then modify the 'Number' field of the returned XPRMLicense with your OEM license key, using the formula described for 'nvalue' in the OEM user guide, before calling XPRM.License(XPRMLicense).

Namespace:   Mosel
Assembly:  xprmdn (in xprmdn.dll) Version: 4.8.0.0
Syntax
C#
public static XPRMLicense License(
	string path
)

Parameters

path
Type:  SystemString
Path to license file (may be null)

Return Value

Type:  XPRMLicense
A new OEM license object
See Also