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

VObjectActionCollection.Item Property

Gets the action with the specified ID.

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

Syntax

Visual Basic
Public ReadOnly Default Property Item ( _
	actionId As Integer _
) As IVObjectAction
C#
public IVObjectAction this[
	int actionId
] { get; }

Parameters

actionId

Type: System.Int32

The ID of an action to get.

Property Value

The action with the specified ID.

See Also

Reference