Interface ICamApiMachiningToolOperationsIterator
Iterator of operations that uses exact tool
Namespace: CAMAPI.ToolsList
Assembly: CAMAPI.ToolsList.dll
Syntax
[Guid("9219593F-65F7-445F-BD57-F17281690479")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiMachiningToolOperationsIterator
Methods
CurrentOperationIsEmpty()
Returns true if the current operation is empty. Otherwise false.
Declaration
bool CurrentOperationIsEmpty()
Returns
Type | Description |
---|---|
bool |
GetCurrentOperationCaption()
Caption of the operation in the project
Declaration
string GetCurrentOperationCaption()
Returns
Type | Description |
---|---|
string |
GetCurrentOperationID()
Unique identifier of the operation in the project
Declaration
string GetCurrentOperationID()
Returns
Type | Description |
---|---|
string |
MoveNext()
Move current operation to the next one. Returns false if there are no operations more.
Declaration
bool MoveNext()
Returns
Type | Description |
---|---|
bool |
Reset()
Reset iterator to the first operation
Declaration
void Reset()