CogToolGroupBaseScript ClassCognex VisionPro 9.22 SR1
Base class which user script will override.
Inheritance Hierarchy

System Object
  Cognex.VisionPro.ToolGroup CogToolGroupBaseScript

Namespace: Cognex.VisionPro.ToolGroup
Assembly: Cognex.VisionPro.ToolGroup (in Cognex.VisionPro.ToolGroup.dll) Version: 87.1.0.0 (87.1.0.0)
Syntax

public class CogToolGroupBaseScript : ICogToolGroupScript

The CogToolGroupBaseScript type exposes the following members.

Constructors

  NameDescription
Public methodCogToolGroupBaseScript
Top
Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGroupRun
Called when the tool group is run. This function should be overridden to provide custom tool group behavior in script.
Public methodInitialize
Called when the script is initialized by VisionPro. If you override this function, you must make sure to call the base class' Initialize function. Any one-time initialization should be performed here.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodModifyCurrentRunRecord
Called when the CurrentRunRecord is created. Allow scripts to modify the contents of the run record.
Public methodModifyLastRunRecord
Called when the LastRunRecord is created. Allow scripts to modify the contents of the run record.
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
Fields

  NameDescription
Public fieldtoolGroup
A stored reference to the CogToolGroup which is hosting this script.
Top
See Also