ILinkManager RemoveLink Method Cognex VisionPro 9.10

Remove a link between pinA and pinB from the LinkManager.

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

bool RemoveLink(
	ToolPin pinA,
	ToolPin pinB
)

Return Value

Type: Boolean

true if the two pins were successfully unlinked

See Also