.NET/Link API Version 1.7 USE FRAMES

IMathLink.DestroyMark Method 

Destroys a mark.

[Visual Basic]
Sub DestroyMark( _
   ByVal mark As ILinkMark _
)
[C#]
void DestroyMark(
   ILinkMark mark
);

Parameters

mark
The mark to destroy.

Remarks

Always call DestroyMark on any marks you create with CreateMark. See the example in CreateMark.

See Also

IMathLink Interface | Wolfram.NETLink Namespace | CreateMark | SeekMark