Click or drag to resize

Condition Class

Describes a Condition Sequence. Conditions consist of one or more steps that control non-pressing actions for a press recipe.
Inheritance Hierarchy
SystemObject
  CFX.Structures.PressInsertionCondition

Namespace: CFX.Structures.PressInsertion
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class Condition

The Condition type exposes the following members.

Constructors
 NameDescription
Public methodCondition Default constructor
Top
Properties
 NameDescription
Public propertyConditionName The name of the condition.
Public propertyJavaScriptCode String containing the aggregated JavaScript code of all condition steps.
Public propertyMultiStep Indicates whether condition is a single step or consists of multiple sub-steps
Public propertySteps An array of the steps of the Condition.
Top
See Also