Base class which user script will override.
Inheritance Hierarchy
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
The CogToolGroupBaseScript type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CogToolGroupBaseScript |
Methods
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GroupRun |
Called when the tool group is run. This function should be overridden
to provide custom tool group behavior in script.
| |
| Initialize |
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.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ModifyCurrentRunRecord |
Called when the CurrentRunRecord is created. Allow scripts to modify the contents
of the run record.
| |
| ModifyLastRunRecord |
Called when the LastRunRecord is created. Allow scripts to modify the contents
of the run record.
| |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| toolGroup |
A stored reference to the CogToolGroup which is hosting this script.
|
See Also