Interface ICamIpcNcActionProbingCycle
NC action probing item. XML type: TNCActionProbingItem. OutputMode: 0 = EXTCYCLE, 1 = INSERT.
Namespace: CAMIPC.ModelFormerTypes
Assembly: CAMIPC.ModelFormerTypes.dll
Syntax
[Guid("41E8D5FF-7BBD-4B21-A08E-ACE4914E2EFB")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcNcActionProbingCycle
Properties
OutputMode
Output mode: 0 = EXTCYCLE, 1 = INSERT.
Declaration
int OutputMode { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
StringToInsert
String to insert into NC program.
Declaration
string StringToInsert { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
GetInstanceId()
Get unique identifier of current instance (used in IPC messages)
Declaration
string GetInstanceId()
Returns
| Type | Description |
|---|---|
| string |