Table of Contents

Class IndexNote

Namespace
Hi.NcParsers.Keywords
Assembly
HiMech.dll

JSON-section data shape pairing a single-character address symbol (e.g. ‘O’, ‘N’) with its numeric index, used to annotate program/sequence numbers on an NC block.

public class IndexNote
Inheritance
IndexNote
Inherited Members
Extension Methods

Properties

Number

Numeric value associated with Symbol.

public int Number { get; set; }

Property Value

int

Symbol

Address symbol (e.g. “O” for program number, “N” for sequence number).

public string Symbol { get; set; }

Property Value

string