IRelaxISWCFLinkGetWeightModes Method |
Returns the currently loaded weighting modes in the RelaxIS instance.
Namespace: RelaxIS_SDK.RelaxISWCFLinkAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax [OperationContractAttribute]
string[] GetWeightModes()
<OperationContractAttribute>
Function GetWeightModes As String()
Dim instance As IRelaxISWCFLink
Dim returnValue As String()
returnValue = instance.GetWeightModes()
Return Value
StringA list of the names of the loaded weighting modes.
Remarks Can be used to find the correct names for the GetFit method.
See Also