Click or drag to resize

TerminationRule Structure

Defines a rule for a cycle part to terminate.
Inheritance Hierarchy
SystemObject
  SystemValueType
    CompreDriveSDK.Plugins.Analyzers.DefinitionsTerminationRule

Namespace: CompreDriveSDK.Plugins.Analyzers.Definitions
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
public struct TerminationRule

The TerminationRule type exposes the following members.

Methods
 NameDescription
Public methodStatic memberAbsolute Creates a new termination criterion that compares the absolute values.
Public methodStatic memberDirect Creates a new termination criterion that compares the values directly.
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
Fields
 NameDescription
Public fieldCompareAbsoluteValues Defines if the absolute values are compared.
Public fieldComparison Defines the comparison between device value (value 1) and defined value (value 2).
Public fieldEffect Defines the effect that this criterion has.
Public fieldValue Defines the value.
Top
See Also