Namespace CAMAPI.Technologist
Interfaces
ICamApiHandlerTechnologistOperationAdded
Handler for event to be called right after new operation added
ICamApiOperationCatalog
One named operation catalog = an "Operation configuration" of the "New operation" window. Set IsActive to true to make it the current one.
ICamApiOperationCatalogGroup
Group facet of a catalog item (Kind = ckGroup)
ICamApiOperationCatalogItem
An item of the "New operation" window catalog tree: a group or an operation. Query the concrete facet (ICamApiOperationCatalogGroup / ICamApiOperationCatalogOperation) by Kind.
ICamApiOperationCatalogItemIterator
Iterator over operation catalog items
ICamApiOperationCatalogList
The set of operation catalogs of the "New operation" window. Wrap a series of edits in BeginUpdate/EndUpdate to persist them once; outside such a pair each edit is persisted immediately.
ICamApiOperationCatalogOperation
Operation facet of a catalog item (Kind = ckOperation)
ICamApiTechOperationType
Type of operation in technology
ICamApiTechOperationTypeIterator
Iterator over operations types available in technologist
ICamApiTechnologist
Enums
TCamApiOperationCatalogItemKind
enumTCamApiOperationCatalogItemKind
Kind of an item in the operation catalog tree