CogToolGroup Tools Property Cognex VisionPro
Gets the collection of tools within this tool group.

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

public CogToolCollection Tools { get; }

Property Value

Type: CogToolCollection
The collection of VisionPro tools contained within this CogToolGroup. This collection may even contain one or more CogToolGroup tools.
See Also