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: 5.0.2.0

C#
public static XPRMLicense License( string path )
Parameters
- path
-
Type:
SystemString
Path to license file (may be null)
Return Value
Type: XPRMLicenseA new OEM license object
