Class Sentence
A small NC block for one or several lines.
public class Sentence
- Inheritance
-
Sentence
- Inherited Members
- Extension Methods
Constructors
Sentence(IndexedFileLine)
public Sentence(IndexedFileLine indexedFileLine)
Parameters
indexedFileLineIndexedFileLine
Sentence(List<IndexedFileLine>)
public Sentence(List<IndexedFileLine> indexedFileLineList)
Parameters
indexedFileLineListList<IndexedFileLine>
Properties
BlockText
public string BlockText { get; }
Property Value
FirstIndexedFileLine
public IndexedFileLine FirstIndexedFileLine { get; }
Property Value
IndexedFileLine
public IndexedFileLine IndexedFileLine { get; set; }
Property Value
IndexedFileLineList
public List<IndexedFileLine> IndexedFileLineList { get; set; }