Interface ICamIpcOperationCatalogOperation
Operation facet of a catalog item. Obtain via AsInstanceOf from ICamIpcOperationCatalogItem when Kind is ckOperation.
Namespace: CAMIPC.Technologist
Assembly: CAMIPC.Technologist.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("A2F7D310-2C1B-4D3E-9A6F-2B7C8D9E0B10")]
public interface ICamIpcOperationCatalogOperation
Properties
IsUserOperation
Whether the operation references a user operation rather than a plain type
Declaration
bool IsUserOperation { get; }
Property Value
| Type | Description |
|---|---|
| bool |
TypeId
Operation type id, or the user operation id when IsUserOperation is true
Declaration
string TypeId { get; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
GetInstanceId()
Get unique identifier of current instance (used in IPC messages)
Declaration
string GetInstanceId()
Returns
| Type | Description |
|---|---|
| string |