For Cognex internal use only.
Inheritance Hierarchy
System EventArgs
Cognex.VisionPro3D Cog3DTreeLookupEventArgs
Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 69.0.0.0
Syntax
The Cog3DTreeLookupEventArgs type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Cog3DTreeLookupEventArgs |
Construct a new instance of this class.
| |
| Cog3DTreeLookupEventArgs(Int64, Cog3DCoordinateSpaceTree, Boolean) |
Construct a new instance of this class.
|
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.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| ID |
The unique identifier associated with the tree of interest.
| |
| Response |
Whether the current Tree property represents
an actual response from the top-most tree,
that is, from the tree that has no parent.
| |
| Tree |
The tree of interest.
|
See Also