.NET/Link API Version 1.7 USE FRAMES

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 _
)
[C#]
void SeekMark(
   ILinkMark mark
);

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