Interface ISentenceIndexed
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 source order (MixedIndex(IFileLineIndex)) is not enough because SubProgram inline reorders blocks relative to (FileIndex, LineIndex).
public interface ISentenceIndexed
- Extension Methods
Properties
SentenceIndex
0-based ordinal in pipeline execution order.
int SentenceIndex { get; }