This is an interface for a sequence of instances of LineSegment.

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

Syntax

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

Remarks

This is an interface for a sequence of instances of LineSegment.

See Also