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