Interface IPLMToolConverter
Interface providing methods to convert a PLM tool to CAM.
Namespace: CAMAPI.Extension.PLM
Assembly: CAMAPI.Extension.PLM.dll
Syntax
[Guid("2AF1A34C-2668-4BBC-B837-3BDAAB23AACF")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IPLMToolConverter
Methods
Convert(string, bool)
Declaration
IPLMResult Convert(string ItemId, bool Replace)
Parameters
| Type | Name | Description |
|---|---|---|
| string | ItemId | |
| bool | Replace |
Returns
| Type | Description |
|---|---|
| IPLMResult |
Free()
Releases any resources held by the converter.
Declaration
IPLMResult Free()
Returns
| Type | Description |
|---|---|
| IPLMResult |
Init()
Initializes the converter and prepares it for tool processing.
Declaration
IPLMResult Init()
Returns
| Type | Description |
|---|---|
| IPLMResult |