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