Class SqliteStepStorage.MillingStepLuggageRow
- Namespace
- Hi.SqliteUtils
- Assembly
- HiNc.dll
Represents a milling step luggage row in the database.
public class SqliteStepStorage.MillingStepLuggageRow
- Inheritance
-
SqliteStepStorage.MillingStepLuggageRow
- Inherited Members
- Extension Methods
Properties
LayerEngagementData
Gets or sets the layer engagement data as a byte array.
public byte[] LayerEngagementData { get; set; }
Property Value
- byte[]
MillingForceData
Gets or sets the milling force data as a byte array.
public byte[] MillingForceData { get; set; }
Property Value
- byte[]
StepIndex
Gets or sets the step index.
public int StepIndex { get; set; }
Property Value
SubstractionData
Gets or sets the subtraction data as a byte array.
public byte[] SubstractionData { get; set; }
Property Value
- byte[]
Methods
ToMillingStepLuggage()
Converts this row to a milling step luggage object.
public MillingStepLuggage ToMillingStepLuggage()
Returns
- MillingStepLuggage
A new milling step luggage instance.