IMathLinkSeekMark Method
Resets the current position in the incoming MathLink data stream to an earlier point.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
void SeekMark(
ILinkMark mark
)
Sub SeekMark (
mark As ILinkMark
)
void SeekMark(
ILinkMark^ mark
)
abstract SeekMark :
mark : ILinkMark -> unit
Parameters
- mark ILinkMark
- The mark, created by CreateMark, that identifies the desired position to reset to.