Class ProbingModelItemIteratorHelper
Helper functions for ICamIpcProbingModelItemIterator
Inherited Members
Namespace: CAMIPC.DotnetHelper
Assembly: CAMIPC.DotnetHelper.dll
Syntax
public static class ProbingModelItemIteratorHelper
Methods
AsEnumerable(ComWrapper<ICamIpcProbingModelItemIterator>)
Enumerates all probing model items (depth-first).
Declaration
public static IEnumerable<ComWrapper<ICamIpcProbingModelItem>> AsEnumerable(this ComWrapper<ICamIpcProbingModelItemIterator> it)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcProbingModelItemIterator> | it |
Returns
| Type | Description |
|---|---|
| IEnumerable<ComWrapper<ICamIpcProbingModelItem>> |