CogToolCollection Constructor (CogToolCollection, Object)Cognex VisionPro 9.24
Constructs a new instance of the CogToolCollection class.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro (in Cognex.VisionPro.dll) Version: 91.0.0.0 (91.0.0.0)
Syntax

public CogToolCollection(
	CogToolCollection other,
	Object parent
)

Parameters

other
Type: Cognex.VisionPro CogToolCollection
A CogToolCollection to copy.
parent
Type: System Object
The object containing this CogToolCollection.
See Also