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

ThumbnailListItem.EvaluateMethod Method

Starts execution of the specified method.

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

Syntax

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

Parameters

methodIndex

Type: System.Int32

Method index.

Remarks

No need to use this method directly.

See Also

Reference