Realizes the registration process.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
Visual Basic (Declaration) |
Public Shared Function Register( _ ByVal name As String, _ ByVal mail As String, _ ByVal key As String, _ ByVal addToReg As Boolean _ ) As Boolean |
Parameters
-
name
-
Type: string
The string containing the licensee name.
-
mail
-
Type: string
The string containing the licensee e-mail address.
-
key
-
Type: string
The string containing the registration key.
-
addToReg
-
Type: bool
The boolean value indicating if the registration data is added to the registry. true
if the registration data is added to the registry; otherwise, false.
Platforms
Version Information
.NET Framework
Supported in: 2.0 - 4, NET6
.NET Framework Client Profile
Supported in: 4, 3.5 SP1
See Also