RelaxISPluginGetAdditionalInformation Method |
Provides additional information about this plugin, like e.g. the unit of a transfer function.
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public virtual Dictionary<string, string> GetAdditionalInformation()
Public Overridable Function GetAdditionalInformation As Dictionary(Of String, String)
Dim instance As RelaxISPlugin
Dim returnValue As Dictionary(Of String, String)
returnValue = instance.GetAdditionalInformation()
Return Value
DictionaryString,
String
A dictionary of Name/Information pairs that further identify the plugin.
Implements
IToolGetAdditionalInformationSee Also