ToolPin IsInput Method Cognex VisionPro 9.22

Gets whether the pin is an input.

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

public bool IsInput()

Return Value

Type: Boolean

True if the pin is a member of the Cognex.Vision.ITool.Inputs collection of a ToolOwner, otherwise false

See Also