CogDefaultToolInputTerminalAttribute Constructor Cognex VisionPro 9.8 SR1
Creates a new instance of the CogDefaultToolInputTerminalAttribute class.

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

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

Parameters

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