public interface ILinkMark
Public Interface ILinkMark
public interface class ILinkMark
type ILinkMark = interface end
ILinkMark has no useful methods. It is an opaque type that is manipulated by methods in the IMathLink interface.
Marks are created by the CreateMark method.Make sure to always call DestroyMark on any marks you create. Failure to do so will cause a memory leak. Some of the usefulness of marks in the C-language MathLink API is obviated by .NET/Link's Expr class.
Mark | Gets the link pointer for the link on which this mark was created. This property should not be used by programmers. |