| KM_InterpreterInterpret(String) Method |
Interpret an entire File
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public int Interpret(
string fname
)
Public Function Interpret (
fname As String
) As Integer
public:
int Interpret(
String^ fname
)
Parameters
- fname String
- Full path of the file to interpret
Return Value
Int32Error Code
See Also