ToolPin RemoveLink Method Cognex VisionPro 9.24

Removes any links from this ToolPin to/from the ToolPin provided as an argument.

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

public bool RemoveLink(
	ToolPin pinToUnlinkFromThisPin
)

Return Value

Type: Boolean

True if a link was successfully removed, otherwise false.

See Also