CogJobManagerDependent contains all dependent mode only properties,
methods, and events. Currently not supported (Dependent mode only).
Inheritance Hierarchy
Cognex.VisionPro.QuickBuild CogJobManagerDependent
Namespace: Cognex.VisionPro.QuickBuild
Assembly: Cognex.VisionPro.QuickBuild.Core (in Cognex.VisionPro.QuickBuild.Core.dll) Version: 80.0.0.0 (80.0.0.0)
Syntax
The CogJobManagerDependent type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CogJobManagerDependent |
CogJobManagerDependent. Currently not supported.
|
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.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RealTimeQueueFlush |
RealTimeQueueFlush. Currently not supported (Dependent mode only).
| |
| RealTimeResult |
RealTimeResult. Currently not supported (Dependent mode only).
| |
| RealTimeResult(Int32, Boolean) |
RealTimeResult with index. Currently not supported (Dependent mode only).
| |
| ResetAllStatistics |
Reset all Statistics. Currently not supported (Dependent mode only).
| |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) | |
| VisionToolLink(Int32) |
Index Getter for VisionToolLink. Currently not supported (Dependent mode only).
| |
| VisionToolLink(String) |
Name Getter for VisionToolLink. Currently not supported (Dependent mode only).
| |
| VisionToolLinkAdd |
VisionToolLinkAdd, duplicates are not permitted. Currently not supported (Dependent mode only).
| |
| VisionToolLinkRemove(String) |
VisionToolLinkRemove (removes all links which have the same name).
Currently not supported (Dependent mode only).
| |
| VisionToolLinkRemove(CogVTLink) |
VisionToolLinkRemove (removes all links which have the same
content). Currently not supported (Dependent mode only).
|
Properties
| Name | Description | |
|---|---|---|
| ParentManager |
Read-only property to get this object's parent manager.
| |
| RealTimeQueueCapacity |
RealTimeQueueCapacity. Currently not supported (Dependent mode only).
| |
| RealTimeQueueCount |
RealTimeQueueCount. Currently not supported (Dependent mode only).
| |
| State |
State. Currently not supported (Dependent mode only).
| |
| TotalDependentIterations |
TotalDependentIterations. Currently not supported (Dependent mode only).
| |
| TotalVisionToolAccepts |
TotalVisionToolAccept. Currently not supported (Dependent mode only).
| |
| TotalVisionToolErrors |
TotalVisionToolErrors. Currently not supported (Dependent mode only).
| |
| TotalVisionToolRejects |
TotalFinalVisionToolReject. Currently not supported (Dependent mode only).
| |
| TotalVisionToolWarnings |
TotalVisionToolWarn. Currently not supported (Dependent mode only).
| |
| VisionTool |
VisionTool. Currently not supported (Dependent mode only).
| |
| VisionToolLinkCount |
VisionToolLinkCount. Currently not supported (Dependent mode only).
| |
| VisionToolRunStatus |
VisionToolRunStatus. Currently not supported (Dependent mode only).
| |
| VisionToolSyncRoot |
VisionToolSyncRoot. Currently not supported (Dependent mode only).
|
Events
| Name | Description | |
|---|---|---|
| RealTimeQueueFlushed |
Raised when the realTime queue is flushed.
Currently not supported (Dependent mode only).
| |
| RealTimeQueueOverflowed |
Raised when the realTime queue overflows.
Currently not supported (Dependent mode only).
| |
| RealTimeResultAvailable |
Raised when a new result is available in the RealTime
Queue. Currently not supported (Dependent mode only).
| |
| RealTimeResultRemoved |
Raised when a result is removed from the RealTime Queue.
Currently not supported (Dependent mode only).
| |
| VisionToolError |
Raised when a vision tool error occurs.
Currently not supported (Dependent mode only).
| |
| VisionToolLinkAdded |
Raised when a vision tool link is added.
Currently not supported (Dependent mode only).
| |
| VisionToolLinkRemoved |
Raised when vision tool link is removed.
Currently not supported (Dependent mode only).
| |
| VisionToolRan |
Raised when the dependent vision tool has started running
Currently not supported (Dependent mode only).
| |
| VisionToolRunning |
Raised when the dependent vision tool has started running
Currently not supported (Dependent mode only).
|
See Also