Realizes the registration process.
Namespace:
CADImport
Assembly: CADImport (in CADImport.dll)
Syntax
| Visual Basic (Declaration) |
Public Shared Function Register( _ ByVal val As String, _ ByVal regData As ArrayList, _ ByVal addToReg As Boolean _ ) As Boolean |
Parameters
-
val
-
Type: string
The string containing the registration key.
-
regData
-
Type: ArrayList
A set of registration data.
-
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