Interface ICamApiTechOperationTypeIterator
Iterator over operations types available in technologist
Namespace: CAMAPI.Technologist
Assembly: CAMAPI.Technologist.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("5B9F31F1-7855-41B3-B222-A8F6A02DFA19")]
public interface ICamApiTechOperationTypeIterator
Methods
Current()
Get current operation type
Declaration
ICamApiTechOperationType Current()
Returns
| Type | Description |
|---|---|
| ICamApiTechOperationType |
Next()
Move to next operation type
Declaration
bool Next()
Returns
| Type | Description |
|---|---|
| bool |
Reset()
Reset iterator to the beginning
Declaration
void Reset()