ToolPinTrackingCollection TryGetValue Method Cognex VisionPro 9.25 SR1

Get the item associated with the specified nameOrID.

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

public override bool TryGetValue(
	string key,
	out ToolPin value
)

Return Value

Type: Boolean

true if this dictionary contains an element with the specified name or ID, else false.

See Also