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