IMathLinkSeekMark Method

Resets the current position in the incoming MathLink data stream to an earlier point.

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
void SeekMark(
	ILinkMark mark
)

Parameters

mark  ILinkMark
The mark, created by CreateMark, that identifies the desired position to reset to.

Remarks

See the example in CreateMark.

See Also