Class SampleCategory
- Namespace
- Hi.MillingForces.Fittings
- Assembly
- HiMech.dll
Represents a category for milling force samples with step and division information.
public class SampleCategory
- Inheritance
-
SampleCategory
- Inherited Members
- Extension Methods
Constructors
SampleCategory()
Initializes a new instance of the SampleCategory class.
public SampleCategory()
SampleCategory(int, int, SampleFlag)
Initializes a new instance of the SampleCategory class with specified step index, division index, and sample flag.
public SampleCategory(int stepIndex, int localDivisionIndex, SampleFlag sampleDataEnum)
Parameters
stepIndex
intThe step index.
localDivisionIndex
intThe local division index.
sampleDataEnum
SampleFlagThe sample data flag.
Properties
LocalDivisionIndex
Gets or sets the local division index.
public int LocalDivisionIndex { get; set; }
Property Value
SampleDataEnum
Gets or sets the sample data flag.
public SampleFlag SampleDataEnum { get; set; }
Property Value
SampleInstance
Gets or sets the sample instance.
public SampleInstance SampleInstance { get; set; }
Property Value
StepIndex
Gets or sets the step index.
public int StepIndex { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.