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

IQueueItem.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
ReadOnly Property MethodCount As Integer
C#
                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

The control can maintain items which hold different number of methods properly.

See Also

Reference