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