Interface ICamIpcModelFormerMakeSupportedItems
Callback method, to be called to fill supported items
Namespace: CAMIPC.ModelFormerTypes
Assembly: CAMIPC.ModelFormerTypes.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("E50B2580-2DCC-46AA-888C-D264EB823405")]
public interface ICamIpcModelFormerMakeSupportedItems
Methods
GetInstanceId()
Get unique identifier of current instance (used in IPC messages)
Declaration
string GetInstanceId()
Returns
| Type | Description |
|---|---|
| string |
MakeSupportedItems(ICamIpcModelFormerSupportedItems)
Method to fill supported items
Declaration
void MakeSupportedItems(ICamIpcModelFormerSupportedItems Items)
Parameters
| Type | Name | Description |
|---|---|---|
| ICamIpcModelFormerSupportedItems | Items |