Namespace CAMIPC.Technologist
Interfaces
ICamIpcHandlerTechnologistOperationAdded
Handler for event to be called right after new operation added
ICamIpcOperationCatalog
One named operation catalog = an "Operation configuration" of the "New operation" window
ICamIpcOperationCatalogGroup
Group facet of a catalog item. Obtain via AsInstanceOf from ICamIpcOperationCatalogItem when Kind is ckGroup.
ICamIpcOperationCatalogItem
An item of the "New operation" window catalog tree: a group or an operation. Query the concrete facet (ICamIpcOperationCatalogGroup / ICamIpcOperationCatalogOperation) by Kind, casting with AsInstanceOf.
ICamIpcOperationCatalogItemIterator
Iterator over operation catalog items
ICamIpcOperationCatalogList
The set of operation catalogs of the "New operation" window. Wrap a series of edits in BeginUpdate/EndUpdate to persist them once.
ICamIpcOperationCatalogOperation
Operation facet of a catalog item. Obtain via AsInstanceOf from ICamIpcOperationCatalogItem when Kind is ckOperation.
ICamIpcTechOperationType
Type of operation in technology
ICamIpcTechOperationTypeIterator
Iterator over operations types available in technologist