Get the item associated with the specified nameOrID.
Namespace: Cognex.VisionAssembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.10.0.0
public override bool TryGetValue(
string key,
out ITool value
)
public override bool TryGetValue(
string key,
out ITool value
)
Public Overrides Function TryGetValue (
key As String,
<OutAttribute> ByRef value As ITool
) As Boolean
Public Overrides Function TryGetValue (
key As String,
<OutAttribute> ByRef value As ITool
) As Boolean
public:
virtual bool TryGetValue(
String^ key,
[OutAttribute] ITool^% value
) override
public:
virtual bool TryGetValue(
String^ key,
[OutAttribute] ITool^% value
) override
Return Value
Type:
Booleantrue if this dictionary contains an element with the specified name or ID, else false.