GCodeAPI.UnknownGCode Class Reference

Wrapper class for uncoded g-code lines. This class stores strings which are not translated by GCodeReader. More...

Inheritance diagram for GCodeAPI.UnknownGCode:
GCodeAPI.IGCode

Public Member Functions

 UnknownGCode (string code)
 Constructs a new UnknownGCode object with the specified string. More...
 
override string ToString ()
 Returns with the original string. More...
 
IGCode Duplicate ()
 Returns a deep copy of the object. More...
 

Properties

string Name [get]
 Returns the name of IGCode More...
 
string Code [get, set]
 
- Properties inherited from GCodeAPI.IGCode
string Name [get]
 Returns the name of IGCode More...
 

Detailed Description

Wrapper class for uncoded g-code lines. This class stores strings which are not translated by GCodeReader.

Constructor & Destructor Documentation

◆ UnknownGCode()

GCodeAPI.UnknownGCode.UnknownGCode ( string  code)

Constructs a new UnknownGCode object with the specified string.

Parameters
code

Member Function Documentation

◆ Duplicate()

IGCode GCodeAPI.UnknownGCode.Duplicate ( )

Returns a deep copy of the object.

Returns

Implements GCodeAPI.IGCode.

◆ ToString()

override string GCodeAPI.UnknownGCode.ToString ( )

Returns with the original string.

Returns

Property Documentation

◆ Name

string GCodeAPI.UnknownGCode.Name
get

Returns the name of IGCode


The documentation for this class was generated from the following file: