ToolPin Constructor (String, TypeMeta, Object)Cognex VisionPro 9.21 SR1

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.21.1.1
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