RelaxISPlugin_ResultEvaluatorGetParameterNames Method |
Should return a list of parameter names.
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public abstract List<string> GetParameterNames()
Public MustOverride Function GetParameterNames As List(Of String)
Dim instance As RelaxISPlugin_ResultEvaluator
Dim returnValue As List(Of String)
returnValue = instance.GetParameterNames()
Return Value
ListString One item for each parameter of the function.
See Also