Interface ICamIpcMcdTree
MCD tree of a single technological operation.
Namespace: CAMIPC.TechOperation
Assembly: CAMIPC.TechOperation.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("FAC86731-8D7C-4D8A-AA91-4ABB57A6C8DD")]
public interface ICamIpcMcdTree
Methods
GetInstanceId()
Get unique identifier of current instance (used in IPC messages)
Declaration
string GetInstanceId()
Returns
| Type | Description |
|---|---|
| string |
GetNodes(ref TExecuteContext)
Declaration
ICamIpcMcdNodeIterator GetNodes(ref TExecuteContext ExecuteContext)
Parameters
| Type | Name | Description |
|---|---|---|
| TExecuteContext | ExecuteContext |
Returns
| Type | Description |
|---|---|
| ICamIpcMcdNodeIterator |