Class CoEdgeIteratorHelper
Helper functions for ICamIpcCoEdgeIterator
Inherited Members
Namespace: CAMIPC.DotnetHelper
Assembly: CAMIPC.DotnetHelper.dll
Syntax
public static class CoEdgeIteratorHelper
Methods
AsEnumerable(ComWrapper<ICamIpcCoEdgeIterator>)
List all co-edges of the loop
Declaration
public static IEnumerable<ComWrapper<ICamIpcCoEdge>> AsEnumerable(this ComWrapper<ICamIpcCoEdgeIterator> it)
Parameters
| Type | Name | Description |
|---|---|---|
| ComWrapper<ICamIpcCoEdgeIterator> | it |
Returns
| Type | Description |
|---|---|
| IEnumerable<ComWrapper<ICamIpcCoEdge>> |