Interface ICamIpcProbingModelItem
Probing job assignment item (cycle, movement, group, action). Provides access to the item's XML type name for quick type identification.
Namespace: CAMIPC.ModelFormerTypes
Assembly: CAMIPC.ModelFormerTypes.dll
Syntax
[Guid("D71A0D13-BF97-43C8-86A1-0D6B79E0C35F")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcProbingModelItem
Properties
XMLTypeName
XML type name of this item (e.g. "TSingleSurfProbingCycle", "TGroupProbingItem").
Declaration
string XMLTypeName { 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 |