Overload List
| Name | Description | |
|---|---|---|
| GetFormattedTerminalStrings |
Gets a list of specially formatted strings that represent the names
and paths to all the CogToolBlockTerminals in this collection. These
strings are formatted such that they can be passed directly to
ToolTerminals.SetToolInputTerminals(ICogTool tool, string[] terminals)
or
ToolTerminals.SetToolOutputTerminals(ICogTool tool, string[] terminals)
| |
| GetFormattedTerminalStrings(String) |
Gets a list of specially formatted strings that represent the names
and paths to all the CogToolBlockTerminals in this collection. These
strings are formatted such that they can be passed directly to
ToolTerminals.SetToolInputTerminals(ICogTool tool, string[] terminals)
or
ToolTerminals.SetToolOutputTerminals(ICogTool tool, string[] terminals)
|
See Also