| KM_AxisGroupSetToolFile Method |
Set Tool File name to be used by the GCode Interpreter
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public void SetToolFile(
string toolFile
)
Public Sub SetToolFile (
toolFile As String
)
public:
void SetToolFile(
String^ toolFile
)
Parameters
- toolFile String
- Tool File Path String
See Also