CogDefaultToolOutputTerminalAttribute Constructor Cognex VisionPro 9.21
Creates a new instance of the CogDefaultToolOutputTerminalAttribute class.

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

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

Parameters

index
Type: System Int32
This terminal's index relative to other tool output 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