Class IndexNote
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
Symbol
Address symbol (e.g. “O” for program number, “N” for sequence number).
public string Symbol { get; set; }