Class TechnologistHelper
Inheritance
TechnologistHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class TechnologistHelper
Methods
EnumerateOperationTypes(ComWrapper<ICamApiTechnologist>)
Lists all tech operation types in a technologist
Declaration
public static IEnumerable<ComWrapper<ICamApiTechOperationType>> EnumerateOperationTypes(this ComWrapper<ICamApiTechnologist> technologistCom)
Parameters
Returns
EnumerateOperations(ComWrapper<ICamApiTechnologist>, TCamApiReorderingMode)
Lists all tech operations in a technologist
Declaration
public static IEnumerable<ComWrapper<ICamApiTechOperation>> EnumerateOperations(this ComWrapper<ICamApiTechnologist> technologistCom, TCamApiReorderingMode reorderingMode)
Parameters
Returns