Class OperationCatalogItemIteratorHelper
Helper functions for ICamApiOperationCatalogItemIterator
Inherited Members
Namespace: CAMAPI.DotnetHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class OperationCatalogItemIteratorHelper
Methods
AsEnumerable(ComWrapper<ICamApiOperationCatalogItemIterator>)
List all items of the operation catalog
Declaration
public static IEnumerable<ComWrapper<ICamApiOperationCatalogItem>> AsEnumerable(this ComWrapper<ICamApiOperationCatalogItemIterator> it)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamApiOperationCatalogItemIterator> | it |
Returns
| Type | Description |
|---|---|
| IEnumerable<ComWrapper<ICamApiOperationCatalogItem>> |