| KM_InterpreterInterpret(String, Int32, Int32, Int32) Method |
Interpret a File with the functionality to only interpret a portion of the file
(useful for resuming execution after a program stoppage)
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public int Interpret(
string fname,
int start,
int end,
int restart
)
Public Function Interpret (
fname As String,
start As Integer,
end As Integer,
restart As Integer
) As Integer
public:
int Interpret(
String^ fname,
int start,
int end,
int restart
)
Parameters
- fname String
- Full path of the file to interpret
- start Int32
- first line to execute
- end Int32
- Last line to execute
- restart Int32
- Reinitializes Interpreter Settings
Return Value
Int32Error Code
See Also