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

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

public CogToolCollection(
	ICogTool[] tools,
	Object parent
)

Parameters

tools
Type:  Cognex.VisionPro ICogTool 
The items initially contained by this CogToolCollection.
parent
Type: System Object
The object containing this CogToolCollection.
See Also