ToolPin Constructor (String, TypeMeta)Cognex VisionPro 9.20

Constructs a ToolPin with the given name and pinType.

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

public ToolPin(
	string name,
	TypeMeta pinType
)
Remarks

Note: This constructor creates a ToolPin with Mode set to StoreValue and is meant for use with a ToolBlock's Inputs and Outputs collection.

See Also