RelaxISWCFLinkProxyGetWeightModes 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 public string[] GetWeightModes()
Public Function GetWeightModes As String()
Dim instance As RelaxISWCFLinkProxy
Dim returnValue As String()
returnValue = instance.GetWeightModes()
Return Value
StringA list of the names of the loaded weighting modes.
Implements
IRelaxISWCFLinkGetWeightModesRemarks Can be used to find the correct names for the GetFit method.
See Also