Interface ICamIpcModelFormerWithPnPItems
IPC: model former mixin for TSTPointPickAndPlaceOp (TPnPPointJobModelFormer).
Provides access to all Pick and Place items: Start, Pick, Place, End, and intermediate Move points.
Assembly: CAMIPC.ModelFormerTypes.dll
[Guid("E0E308A1-C85D-40CC-9816-069333C86B37")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcModelFormerWithPnPItems
Properties
Declaration
ICamIpcPnPEndItem EndItem { get; }
Property Value
Number of intermediate move points
Declaration
int MoveItemCount { get; }
Property Value
Declaration
ICamIpcPnPPickItem PickItem { get; }
Property Value
Declaration
ICamIpcPnPPlaceItem PlaceItem { get; }
Property Value
Get the start point (read-only)
Declaration
ICamIpcPnPStartItem StartItem { get; }
Property Value
Methods
Add a move point after the given item
Declaration
ICamIpcPnPMoveItem AddMoveItemAfter(ICamIpcModelItem Item)
Parameters
Returns
Add a move point before the given item
Declaration
ICamIpcPnPMoveItem AddMoveItemBefore(ICamIpcModelItem Item)
Parameters
Returns
Declaration
void ClearMovePointItems()
Declaration
void DeleteMovePointItem(ICamIpcModelItem Item)
Parameters
Get unique identifier of current instance (used in IPC messages)
Declaration
Returns
Declaration
ICamIpcPnPMoveItem GetMoveItem(int Index)
Parameters
| Type |
Name |
Description |
| int |
Index |
|
Returns