Interface ICamIpcOperationCatalogItemIterator
Iterator over operation catalog items
Namespace: CAMIPC.Technologist
Assembly: CAMIPC.Technologist.dll
Syntax
[Guid("A2F7D310-2C1B-4D3E-9A6F-2B7C8D9E0B12")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcOperationCatalogItemIterator
Methods
Current()
Get current item
Declaration
ICamIpcOperationCatalogItem Current()
Returns
| Type | Description |
|---|---|
| ICamIpcOperationCatalogItem |
GetInstanceId()
Get unique identifier of current instance (used in IPC messages)
Declaration
string GetInstanceId()
Returns
| Type | Description |
|---|---|
| string |
Next()
Move to next item
Declaration
bool Next()
Returns
| Type | Description |
|---|---|
| bool |
Reset()
Reset iterator to the beginning
Declaration
void Reset()