Interface ICamIpcTechOperationType
Type of operation in technology
Namespace: CAMIPC.Technologist
Assembly: CAMIPC.Technologist.dll
Syntax
[Guid("49401B48-9DC4-4423-878F-8CA7A204A416")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcTechOperationType
Properties
Caption
Localized name of operation type
Declaration
string Caption { get; }
Property Value
| Type | Description |
|---|---|
| string |
DeclarationXmlFilePath
Path to XML-file with definition of operation type
Declaration
string DeclarationXmlFilePath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Id
Unique identifier as GUID of operation type
Declaration
string Id { 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 |