Click or drag to resize

KM_InterpreterInvokeAction Method

Invokes a preset "Action" Will need clarification on how to setup these Actions

Namespace: KMotion_dotNet
Assembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax
public int InvokeAction(
	int i,
	bool flushbeforeunbufferedoperation
)

Parameters

i  Int32
Action index?
flushbeforeunbufferedoperation  Boolean
Flush current operations before execution

Return Value

Int32
1 if successful
See Also