Click or drag to resize

RelaxISPluginGetAdditionalInformation Method

Provides additional information about this plugin, like e.g. the unit of a transfer function.

Namespace: RelaxIS_SDK.Plugins
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public virtual Dictionary<string, string> GetAdditionalInformation()

Return Value

DictionaryString, String
A dictionary of Name/Information pairs that further identify the plugin.

Implements

IToolGetAdditionalInformation
See Also