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

XmpData.Contains Method

Determines whether a node is in the tree.

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

Syntax

Visual Basic
Public Function Contains ( _
	name As Object _
) As Boolean
C#
public bool Contains(
	Object name
)

Parameters

name

Type: System.Object

Node to locate in the tree. The node to locate can be a null reference (Nothing in Visual Basic).

Return Value

true if value is found in the tree; otherwise, false.

See Also

Reference