Table of Contents

Interface ISentenceIndexed

Namespace
Hi.NcParsers
Assembly
HiMech.dll

Abstraction for an object that carries a SentenceIndex — a 0-based ordinal of its source Sentence in NC execution order. Use as a cross-process alignment key (messages, ClStripPos, MachiningStep, etc.) when the (FileIndex, LineIndex) source order is not enough because SubProgram inline reorders blocks relative to source order.

public interface ISentenceIndexed
Extension Methods

Properties

SentenceIndex

0-based ordinal in pipeline execution order.

int SentenceIndex { get; }

Property Value

int