| Visual Basic (Declaration) | |
|---|---|
Public Overloads MustOverride Sub CopyToDataRegister( _ ByVal registerName As String _ ) | |
| C# | |
|---|---|
public abstract void CopyToDataRegister( string registerName ) | |
| C++/CLI | |
|---|---|
public: abstract void CopyToDataRegister( String^ registerName ) | |
Parameters
- registerName
- Specifies a data register as a name into the DataRegisterCollection.
"D1" is the first data register, "D2" is the second data register, etc. This method overwrites any previous results in the specified data register. The Remove method removes the data register from memory. The RecallFile method copies a file into the specified data register.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)