Class TechOperationIteratorHelper
Helper functions for ICamIpcTechOperationIterator
Inherited Members
Namespace: CAMIPC.DotnetHelper
Assembly: CAMIPC.DotnetHelper.dll
Syntax
public static class TechOperationIteratorHelper
Methods
AsEnumerable(ComWrapper<ICamIpcTechOperationIterator>)
List all tech operations in technology
Declaration
public static IEnumerable<ComWrapper<ICamIpcTechOperation>> AsEnumerable(this ComWrapper<ICamIpcTechOperationIterator> it)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcTechOperationIterator> | it |
Returns
| Type | Description |
|---|---|
| IEnumerable<ComWrapper<ICamIpcTechOperation>> |