ToolTrackingCollection TryGetValue Method Cognex VisionPro 9.21

Get the item associated with the specified nameOrID.

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

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

Return Value

Type: Boolean

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

See Also