ToolPin Constructor (String, TypeMeta, Object)Cognex VisionPro 9.20

Constructs a ToolPin with the given name and value.

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,
	Object value
)
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