Class ProbingTemplateHelper
Inheritance
ProbingTemplateHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class ProbingTemplateHelper
Methods
Gets the display caption of the library.
Declaration
public static string GetCaption(this ComWrapper<ICamApiProbingTemplateLibrary> libCom)
Parameters
Returns
Gets the display caption of the template.
Declaration
public static string GetCaption(this ComWrapper<ICamApiProbingTemplate> templateCom)
Parameters
Returns
Returns the template at the given zero-based flat index, or null if out of range.
Declaration
public static ComWrapper<ICamApiProbingTemplate>? GetTemplate(this ComWrapper<ICamApiProbingTemplateLibrary> libCom, int index)
Parameters
Returns
Gets the total number of templates in the library (all groups included).
Declaration
public static int GetTemplateCount(this ComWrapper<ICamApiProbingTemplateLibrary> libCom)
Parameters
Returns
Gets the internal template XML file path (used for AddCycleByTemplate).
Declaration
public static string GetTemplateFileName(this ComWrapper<ICamApiProbingTemplate> templateCom)
Parameters
Returns