ToolPin IsOutput Method Cognex VisionPro 9.10

Gets whether the pin is an output.

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

public bool IsOutput()

Return Value

Type: Boolean

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

See Also