CogDefaultToolTerminalAttributeBase Constructor Cognex VisionPro
Creates a new instance of the CogDefaultToolTerminalAttributeBase class.

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

public CogDefaultToolTerminalAttributeBase(
	int index,
	string name,
	string path
)

Parameters

index
Type: System Int32
This terminal's index relative to other tool terminals.
name
Type: System String
The name of the terminal. This is the value that is displayed to the user.
path
Type: System String
The path to the method or property that this terminal represents.
See Also