Interface ICamIpcProbingAction
Base interface for any probing cycle action (element of the CycleActions array). Use QueryInterface / AsInstanceOf to narrow to a typed action interface.
Namespace: CAMIPC.ModelFormerTypes
Assembly: CAMIPC.ModelFormerTypes.dll
Syntax
[Guid("6FEC0024-B2FC-423C-8F2C-2BA8087F0EB8")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcProbingAction
Properties
ActionType
XML type name of this action (e.g. "TSetToolOffsetCycleAction").
Declaration
string ActionType { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
GetInstanceId()
Get unique identifier of current instance (used in IPC messages)
Declaration
string GetInstanceId()
Returns
| Type | Description |
|---|---|
| string |