Click or drag to resize

FourPointStepEvaluationOptions Properties

The FourPointStepEvaluationOptions type exposes the following members.

Properties
 NameDescription
Public propertyIncludeOriginalPointsInOutput Gets a value indicating whether the original (measured) data points should be included in the output.
Public propertyIndexLeftInner Gets the index of the second point of the left line.
Public propertyIndexLeftOuter Gets the index of the first point of the left line.
Public propertyIndexRightInner Gets the index of the second point of the right line.
Public propertyIndexRightOuter Gets the index of the first point of the right line.
Public propertyMiddleLineOverlap Gets the overlap of the middle line with the left and right line. The value is a fraction of the distance between the left and right line.
Public propertyMiddleRegressionLevels Gets the regression levels for the middle line. For instance, if the value is set to (0.25, 0.75), then all points between 25% and 75% distance from the left and right line are used for the regression of the middle line.
Public propertyUseRegressionForLeftAndRightLine Gets a value indicating whether to use regression for the left and right section of the step.
Top
See Also