ILinkManager RemoveLink Method Cognex VisionPro 9.21 SR1

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

bool RemoveLink(
	ToolPin pinA,
	ToolPin pinB
)

Return Value

Type: Boolean

true if the two pins were successfully unlinked

See Also