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

ThumbnailListItem.MethodCount Property

Gets a number of methods which the EvaluateMethod(Int32) can execute.

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

Syntax

Visual Basic
Public ReadOnly Property MethodCount As Integer
C#
public int MethodCount { get; }

Property Value

A number of methods supported by the item. In fact it specifies the upper bound for the methodIndex argument of the EvaluateMethod(Int32) method.

Remarks

No need to use this property directly.

See Also

Reference