Click or drag to resize

KM_InterpreterKM_Interpreter_SetupParamsSetParameter Method

Set parameter value.

Namespace: KMotion_dotNet
Assembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public bool SetParameter(
	int index,
	double value
)

Parameters

index  Int32
Index of parameter.
value  Double
Value of parameter.

Return Value

Boolean
True is successful.
Remarks
Will return false if out of range.
See Also