This API is obsolete, CogToolBlock does not support Script Only Terminals.
Use CogToolBlock.Inputs and CogToolBlock.Outputs collections instead.
Namespace: Cognex.VisionPro.ToolBlockAssembly: Cognex.VisionPro.ToolGroup (in Cognex.VisionPro.ToolGroup.dll) Version: 93.1.0.0 (93.1.0.0)
[ObsoleteAttribute("This API is obsolete, CogToolBlock does not support Script Only Terminals. Use CogToolBlock.Inputs and CogToolBlock.Outputs collections instead.",
true)]
public override Object GetScriptTerminalData(
string key
)[ObsoleteAttribute("This API is obsolete, CogToolBlock does not support Script Only Terminals. Use CogToolBlock.Inputs and CogToolBlock.Outputs collections instead.",
true)]
public override Object GetScriptTerminalData(
string key
)<ObsoleteAttribute("This API is obsolete, CogToolBlock does not support Script Only Terminals. Use CogToolBlock.Inputs and CogToolBlock.Outputs collections instead.",
true)>
Public Overrides Function GetScriptTerminalData (
key As String
) As Object<ObsoleteAttribute("This API is obsolete, CogToolBlock does not support Script Only Terminals. Use CogToolBlock.Inputs and CogToolBlock.Outputs collections instead.",
true)>
Public Overrides Function GetScriptTerminalData (
key As String
) As Objectpublic:
[ObsoleteAttribute(L"This API is obsolete, CogToolBlock does not support Script Only Terminals. Use CogToolBlock.Inputs and CogToolBlock.Outputs collections instead.",
true)]
virtual Object^ GetScriptTerminalData(
String^ key
) override
public:
[ObsoleteAttribute(L"This API is obsolete, CogToolBlock does not support Script Only Terminals. Use CogToolBlock.Inputs and CogToolBlock.Outputs collections instead.",
true)]
virtual Object^ GetScriptTerminalData(
String^ key
) override
Parameters
- key
- Type: System String
The name of the terminal
Return Value
Type:
ObjectA System.Object that should be cast to a more specific type, or null if
no terminal could be found matching "key".