Namespace: Cognex.Vision.ImplementationAssembly: Cognex.Vision.Core.Net (in Cognex.Vision.Core.Net.dll) Version: 9.22.2.0
public abstract bool TryGetValue(
string key,
out ITool value
)
public abstract bool TryGetValue(
string key,
out ITool value
)
Public MustOverride Function TryGetValue (
key As String,
<OutAttribute> ByRef value As ITool
) As Boolean
Public MustOverride Function TryGetValue (
key As String,
<OutAttribute> ByRef value As ITool
) As Boolean
public:
virtual bool TryGetValue(
String^ key,
[OutAttribute] ITool^% value
) abstract
public:
virtual bool TryGetValue(
String^ key,
[OutAttribute] ITool^% value
) abstract
Return Value
Type:
Boolean