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