IMathLink.SeekMark Method
Resets the current position in the incoming MathLink data stream to an earlier point.
[Visual Basic]
Sub SeekMark( _
ByVal
mark As
ILinkMark _
)
Parameters
-
mark
- The mark, created by CreateMark, that identifies the desired position to reset to.
Remarks
See the example in CreateMark.
See Also
IMathLink Interface | Wolfram.NETLink Namespace | CreateMark | DestroyMark