Click or drag to resize

RelaxISWCFLinkProxyGetWeightModes Method

Returns the currently loaded weighting modes in the RelaxIS instance.

Namespace: RelaxIS_SDK.RelaxISWCFLink
Assembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax
public string[] GetWeightModes()

Return Value

String
A list of the names of the loaded weighting modes.

Implements

IRelaxISWCFLinkGetWeightModes
Remarks
Can be used to find the correct names for the GetFit method.
See Also