IRelaxISWCFLinkGetCurrentWeightingMode Method |
Retrieves the plugin name of the currently active weighting mode.
Namespace: RelaxIS_SDK.RelaxISWCFLinkAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax [OperationContractAttribute]
string GetCurrentWeightingMode()
<OperationContractAttribute>
Function GetCurrentWeightingMode As String
Dim instance As IRelaxISWCFLink
Dim returnValue As String
returnValue = instance.GetCurrentWeightingMode()
Return Value
StringThe plugin name of the currently active weighting mode.
See Also