Interface ICamApiProbingTemplateLibrary
A probing template library (.scpbl file).
Assembly: CAMAPI.ModelFormerTypes.dll
[Guid("D4E5F6A7-B8C9-0123-D4E5-F6A7B8C90123")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiProbingTemplateLibrary
Properties
Display name of the library.
Declaration
Property Value
Total number of templates in this library (all groups included).
Declaration
int TemplateCount { get; }
Property Value
Methods
Declaration
ICamApiProbingTemplate GetTemplate(int Index)
Parameters
| Type |
Name |
Description |
| int |
Index |
|
Returns