Interface ICamIpcProbingTemplate
A single probing cycle template stored in a library.
Namespace: CAMIPC.ModelFormerTypes
Assembly: CAMIPC.ModelFormerTypes.dll
Syntax
[Guid("39ED0D45-EB24-49B0-AD61-E0644A6E56EF")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcProbingTemplate
Properties
Caption
Display caption of the template.
Declaration
string Caption { get; }
Property Value
| Type | Description |
|---|---|
| string |
TemplateFileName
Internal file path of the template XML (used for AddCycleByTemplate).
Declaration
string TemplateFileName { 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 |