Table of Contents

Enum LabelScanDirection

Namespace
Hi.NcParsers.EvaluationSyntaxs
Assembly
HiMech.dll

Scan region and match policy for the anchored LabelScanUtil overload. Forward scans take the first match below the anchor line; backward scans take the nearest match above it.

public enum LabelScanDirection
Extension Methods

Fields

BackwardNearestToAnchor = 1

Scan lines strictly above the anchor, nearest (last) match wins (GOTOB).

ForwardFromAnchor = 0

Scan lines strictly below the anchor, first match wins (GOTOF).