Interface ICamApiProbingAction
Base interface for any probing cycle action (element of the CycleActions array). Use QueryInterface / AsInstanceOf to narrow to a specific typed action interface.
Namespace: CAMAPI.ModelFormerTypes
Assembly: CAMAPI.ModelFormerTypes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("F1E2D3C4-B5A6-9780-F1E2-D3C4B5A69780")]
public interface ICamApiProbingAction
Properties
ActionType
XML type name of this action (e.g. "TSetToolOffsetCycleAction", "TCheckBrokenToolCycleAction").
Declaration
string ActionType { get; }
Property Value
| Type | Description |
|---|---|
| string |