Namespace: yWorks.Canvas
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public delegate bool ElementFoundCallback(
	ICanvasObject co
)
Visual Basic
Public Delegate Function ElementFoundCallback ( _
	co As ICanvasObject _
) As Boolean

Parameters

co
Type: yWorks.Canvas..::..ICanvasObject
The element that has been found.

Return Value

Whether to continue collecting elements.

See Also