Interface ICamIpcProbingTemplateLibrary
A probing template library (.scpbl file).
Assembly: CAMIPC.ModelFormerTypes.dll
[Guid("C023CDD9-1BEF-42B9-A984-9529E5A11756")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcProbingTemplateLibrary
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
Get unique identifier of current instance (used in IPC messages)
Declaration
Returns
Declaration
ICamIpcProbingTemplate GetTemplate(int Index)
Parameters
| Type |
Name |
Description |
| int |
Index |
|
Returns