IToolGetAdditionalInformation Method |
Returns additional Name/Value pairs that further describe this specific tool
Namespace: RelaxIS_SDK.InterfacesAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax Dictionary<string, string> GetAdditionalInformation()
Function GetAdditionalInformation As Dictionary(Of String, String)
Dim instance As ITool
Dim returnValue As Dictionary(Of String, String)
returnValue = instance.GetAdditionalInformation()
Return Value
DictionaryString,
StringAdditional Name/Value pairs that further describe this specific tool
See Also