Interface ICamApiOperationCatalogItemIterator
Iterator over operation catalog items
Namespace: CAMAPI.Technologist
Assembly: CAMAPI.Technologist.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("B1E6C4A0-2D7F-4A11-9C33-0A1B2C3D4E04")]
public interface ICamApiOperationCatalogItemIterator
Methods
Current()
Get current item
Declaration
ICamApiOperationCatalogItem Current()
Returns
| Type | Description |
|---|---|
| ICamApiOperationCatalogItem |
Next()
Move to next item
Declaration
bool Next()
Returns
| Type | Description |
|---|---|
| bool |
Reset()
Reset iterator to the beginning
Declaration
void Reset()