Inheritance Hierarchy
Cognex.VisionPro.ToolBlock CogToolBlockAdvancedScriptBase
Namespace: Cognex.VisionPro.ToolBlock
Assembly: Cognex.VisionPro.ToolGroup (in Cognex.VisionPro.ToolGroup.dll) Version: 75.0.0.0 (75.0.0.0)
Syntax
The CogToolBlockAdvancedScriptBase type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CogToolBlockAdvancedScriptBase |
Methods
| Name | Description | |
|---|---|---|
| Equals | (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 block 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 | (Inherited from Object.) |
See Also