Interface INCT_GetPartByUser
interface to manage the NC programs.
Namespace: STNCInterpreter
Assembly: STNCInterpreter.dll
Syntax
[Guid("1E12CB21-588C-4196-8148-DB618A3FE7FE")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface INCT_GetPartByUser
Methods
GetPartByUser(TNCGetPartOrigin)
Returns the INCT_Program interface for working with the program text,based on the specified part origin type(Type).If Type is gpoFromCurPos,the search starts from the current position; if gpoEntireScope,it starts from the beginning of the program text
Declaration
INCT_Program GetPartByUser(TNCGetPartOrigin Origin)
Parameters
Type | Name | Description |
---|---|---|
TNCGetPartOrigin | Origin |
Returns
Type | Description |
---|---|
INCT_Program |
IsEnd()
The procedure determines the end of the subprogram.
Declaration
void IsEnd()
IsStart()
The procedure determines the start of the subprogram.
Declaration
void IsStart()