IMathLinkDestroyMark Method

Destroys a mark.

Definition

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

Parameters

mark  ILinkMark
The mark to destroy.

Remarks

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

See Also