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 = 1Scan lines strictly above the anchor, nearest (last) match wins (
GOTOB).ForwardFromAnchor = 0Scan lines strictly below the anchor, first match wins (
GOTOF).