| KM_InterpreterInvokeAction Method |
Invokes a preset "Action"
Will need clarification on how to setup these Actions
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public int InvokeAction(
int i,
bool flushbeforeunbufferedoperation
)
Public Function InvokeAction (
i As Integer,
flushbeforeunbufferedoperation As Boolean
) As Integer
public:
int InvokeAction(
int i,
bool flushbeforeunbufferedoperation
)
Parameters
- i Int32
- Action index?
- flushbeforeunbufferedoperation Boolean
- Flush current operations before execution
Return Value
Int321 if successful
See Also