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