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

VObjectCollection.Contains Method (IVObject)

Determines whether a v-object 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 ( _
	value As IVObject _
) As Boolean
C#
public bool Contains(
	IVObject value
)

Parameters

value

Type: Aurigma.GraphicsMill.WinControls.IVObject

A v-object to locate in the collection.

Return Value

true if the v-object is found in the collection; otherwise, false.

See Also

Reference