IMathLinkDestroyMark Method
Destroys a mark.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
void DestroyMark(
ILinkMark mark
)
Sub DestroyMark (
mark As ILinkMark
)
void DestroyMark(
ILinkMark^ mark
)
abstract DestroyMark :
mark : ILinkMark -> unit
Parameters
- mark ILinkMark
- The mark to destroy.
Always call DestroyMark on any marks you create with CreateMark. See the example in
CreateMark.