Class Unit
Section key holder + concrete implementation for IUnitDef.
public class Unit : IUnitDef
- Inheritance
-
Unit
- Implements
- Inherited Members
- Extension Methods
Fields
Inch
Inch unit-system name (corresponds to G20).
public const string Inch = "Inch"
Field Value
Metric
Metric unit-system name (corresponds to G21).
public const string Metric = "Metric"
Field Value
Properties
System
public string System { get; set; }
Property Value
Term
NC term of the unit code on this block (G20 or G21).
public string Term { get; set; }