Table of Contents

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 int

The step index.

localDivisionIndex int

The local division index.

sampleDataEnum SampleFlag

The sample data flag.

Properties

LocalDivisionIndex

Gets or sets the local division index.

public int LocalDivisionIndex { get; set; }

Property Value

int

SampleDataEnum

Gets or sets the sample data flag.

public SampleFlag SampleDataEnum { get; set; }

Property Value

SampleFlag

SampleInstance

Gets or sets the sample instance.

public SampleInstance SampleInstance { get; set; }

Property Value

SampleInstance

StepIndex

Gets or sets the step index.

public int StepIndex { get; set; }

Property Value

int

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.