ToolingSelectionType Enumeration

Defines which selection a given tooling constraint is currently set to.

Definition

Namespace: HyperX.Types
Assembly: HyperX.Types (in HyperX.Types.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public enum ToolingSelectionType

Members

Unknown0 
AnyValue1 
SpecifiedValue2 
SpecifiedLimitOrRange3 This conditionally corresponds to either an Inequality or a Range based on the given tooling constraint.

See Also