Interface ICamIpcCoEdgeIterator
Iterator for co-edges, making up a loop
Namespace: CAMIPC.SurfaceTypes
Assembly: CAMIPC.SurfaceTypes.dll
Syntax
[Guid("F67DC23E-DD59-4587-9D2F-97590176B824")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcCoEdgeIterator
Methods
Current()
Declaration
ICamIpcCoEdge Current()
Returns
| Type | Description |
|---|---|
| ICamIpcCoEdge |
GetInstanceId()
Get unique identifier of current instance (used in IPC messages)
Declaration
string GetInstanceId()
Returns
| Type | Description |
|---|---|
| string |
Next()
Declaration
bool Next()
Returns
| Type | Description |
|---|---|
| bool |
Prev()
Declaration
bool Prev()
Returns
| Type | Description |
|---|---|
| bool |
Reset()
Declaration
void Reset()