A cursor interface for iterating over edges.

Namespace: yWorks.yFiles.Algorithms
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public interface IEdgeCursor : ICursor
Visual Basic
Public Interface IEdgeCursor _
	Inherits ICursor

Remarks

A cursor interface for iterating over edges.

See Also