ToleranceType Enum

Definition

Determines the means by which an error tolerance value is interpreted.

public enum class ToleranceType
public enum ToleranceType
type ToleranceType = 
Public Enum ToleranceType
Inheritance
ToleranceType

Fields

Absolute 0

Error tolerance is treated as an absolute value.

Relative 1

Error tolerance is treated as a relative value.

Applies to