Cog3DTreeLookupEventArgs Constructor (Int64, Cog3DCoordinateSpaceTree, Boolean)Cognex VisionPro 9.21
Construct a new instance of this class.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 83.0.0.0
Syntax

public Cog3DTreeLookupEventArgs(
	long id,
	Cog3DCoordinateSpaceTree tree,
	bool response
)

Parameters

id
Type: System Int64
The unique ID associated with the tree of interest.
tree
Type: Cognex.VisionPro3D Cog3DCoordinateSpaceTree
The tree of interest.
response
Type: System Boolean
True if the contents of this object represent an actual response, false otherwise.
See Also