ToolTrackingCollection Constructor ()Cognex VisionPro 9.21

Construct a new instance of the tracking collection class with a parent specified by the argument.

Namespace: Cognex.Vision
Assembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.21.0.0
Syntax

public ToolTrackingCollection(
	IObject parent
)

Parameters

parent
Type: IObject
The object containing this CogToolTrackingCollection.
See Also