Interface ICamApiProbingTemplate
A single probing cycle template stored in a library.
Namespace: CAMAPI.ModelFormerTypes
Assembly: CAMAPI.ModelFormerTypes.dll
Syntax
[Guid("C3D4E5F6-A7B8-9012-C3D4-E5F6A7B89012")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiProbingTemplate
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 |