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