Click or drag to resize
EvaluateTriggerEventArgs Class
Provides data for the EvaluateTrigger event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ABB.Robotics.RobotStudio.StationsEvaluateTriggerEventArgs

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public class EvaluateTriggerEventArgs : EventArgs

The EvaluateTriggerEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodEvaluateTriggerEventArgs
ABB internal use
Top
Properties
  NameDescription
Public propertyExecute
Gets or sets a value indicating whether the action(s) associated with Trigger should be executed
Public propertyTime
Gets the current simulation time.
Public propertyTrigger
Gets the EventTableTrigger to evaluate.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Version Information

Supported in: 1.0.0.0
See Also