Interface ICamApiTechOperationType
Type of operation in technology
Namespace: CAMAPI.Technologist
Assembly: CAMAPI.Technologist.dll
Syntax
[Guid("A0834144-B090-44E7-B2EE-A9F35C546DDD")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiTechOperationType
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 |