| KM_InterpreterKM_Interpreter_SetupParamsSetParameter Method |
Set parameter value.
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public bool SetParameter(
int index,
double value
)
Public Function SetParameter (
index As Integer,
value As Double
) As Boolean
public:
bool SetParameter(
int index,
double value
)
Parameters
- index Int32
- Index of parameter.
- value Double
- Value of parameter.
Return Value
BooleanTrue is successful.
Remarks Will return false if out of range.
See Also