This documentation is for the old version. Go to the latest Graphics Mill docs

IQueueItem.EvaluateMethod Method

Evaluates a method with the specified index.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
Sub EvaluateMethod ( _
	methodIndex As Integer _
)
C#
void EvaluateMethod(
	int methodIndex
)

Parameters

methodIndex

Type: System.Int32

An integer value that specifies an index of the method.

Remarks

You need not call this method explicitly. If you implement this interface yourself, it is recommended to read the overview of IQueueItem.

See Also

Reference