Reads a complete expression from the named link and writes it to this link.
[Visual Basic]
Sub TransferExpression( _
ByVal
source As
IMathLink _
)
Parameters
-
source
- The link to read from.
Remarks
This is an exceedingly fast way to move data from one link to another. It is often used to read data from a link and store it on a loopback link.
Exceptions
See Also
IMathLink Interface | Wolfram.NETLink Namespace | ILoopbackLink