IMathLinkTransferExpression Method
Reads a complete expression from the named link and writes it to this link.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
void TransferExpression(
IMathLink source
)
Sub TransferExpression (
source As IMathLink
)
void TransferExpression(
IMathLink^ source
)
abstract TransferExpression :
source : IMathLink -> unit
Parameters
- source IMathLink
- The link to read from.
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.