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

XmpArrayNode.IndexOf Method

Searches for the specified object and returns the index of the first occurrence within the current one-dimensional instance.

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

Syntax

Visual Basic
Public Function IndexOf ( _
	value As Object _
) As Integer
C#
public int IndexOf(
	Object value
)

Parameters

value

Type: System.Object

Object to locate in the current array.

Return Value

Index of the first occurrence of value within the entire array, if found; otherwise, the lower bound of the array minus 1.

See Also

Reference