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

JointVObjectActionCollection.Contains Method

Determines whether an action is in the collection.

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

Syntax

Visual Basic
Public Function Contains ( _
	actionId As Integer _
) As Boolean
C#
public bool Contains(
	int actionId
)

Parameters

actionId

Type: System.Int32

The ID of an action to locate in the collection.

Return Value

true if the action is found in the collection; otherwise, false.

See Also

Reference