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
GetOperationById(ComWrapper<ICamIpcTechnologist>, string)
Find operation by its unique identifier (GUID)
Declaration
public static ComWrapper<ICamIpcTechOperation> GetOperationById(this ComWrapper<ICamIpcTechnologist> technologistCom, string operationId)
Parameters
Returns