Construct a new instance of this class.
Namespace: Cognex.VisionPro3DAssembly: Cognex.VisionPro3D.Core (in Cognex.VisionPro3D.Core.dll) Version: 80.0.0.0
public Cog3DTreeLookupEventArgs(
long id,
Cog3DCoordinateSpaceTree tree,
bool response
)
public Cog3DTreeLookupEventArgs(
long id,
Cog3DCoordinateSpaceTree tree,
bool response
)
Public Sub New (
id As Long,
tree As Cog3DCoordinateSpaceTree,
response As Boolean
)
Public Sub New (
id As Long,
tree As Cog3DCoordinateSpaceTree,
response As Boolean
)
public:
Cog3DTreeLookupEventArgs(
long long id,
Cog3DCoordinateSpaceTree^ tree,
bool response
)
public:
Cog3DTreeLookupEventArgs(
long 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.