ILinkManager RemoveLink Method Cognex VisionPro 9.25 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.25.1.0
Syntax

bool RemoveLink(
	ToolPin pinA,
	ToolPin pinB
)

Return Value

Type: Boolean

true if the two pins were successfully unlinked

See Also