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