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