Interface ICamApiOperationCatalogOperation
Operation facet of a catalog item (Kind = ckOperation)
Namespace: CAMAPI.Technologist
Assembly: CAMAPI.Technologist.dll
Syntax
[Guid("B1E6C4A0-2D7F-4A11-9C33-0A1B2C3D4E02")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiOperationCatalogOperation
Properties
IsUserOperation
Whether the entry references a user operation rather than a plain operation type
Declaration
bool IsUserOperation { get; }
Property Value
| Type | Description |
|---|---|
| bool |
TypeId
Identifier of the referenced operation type, or of the user operation when IsUserOperation is true
Declaration
string TypeId { get; }
Property Value
| Type | Description |
|---|---|
| string |