Interface INCT_ProgramManager
Interface to manage the NC programs. The interface provides interaction with text of the NC programs, the order of transfer of the NC programs to the interpreter.
Assembly: STNCInterpreter.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("28E5B0C4-ECF3-488C-B4AD-963D120A1225")]
public interface INCT_ProgramManager
Properties
Count
Declaration
Property Value
Name[int]
Declaration
string Name[int Index] { get; }
Parameters
Type |
Name |
Description |
int |
Index |
|
Property Value
Methods
AddToOrderList(int)
Declaration
void AddToOrderList(int Index)
Parameters
Type |
Name |
Description |
int |
Index |
|
GetPartByIndex(int)
Declaration
INCT_Program GetPartByIndex(int Index)
Parameters
Type |
Name |
Description |
int |
Index |
|
Returns
GetPartByLabels(string, string)
The function returns the text of the G-code (interface INCT_Program) on the labels passed in the input parameters.Input parameters: StartLabel (string), StopLabel (string) – marks the beginning and end of the text of the G-code.
Declaration
INCT_Program GetPartByLabels(string StartLabel, string StopLabel)
Parameters
Returns