Interface ICamIpcPartAndStageList
list of parts and setup stages in technologist
Assembly: CAMIPC.Technologist.dll
Syntax
[Guid("B7A0FCAE-DE36-4576-8B03-248634CF4858")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcPartAndStageList
Properties
Part[int]
Declaration
ICamIpcPart Part[int Index] { get; }
Parameters
Type |
Name |
Description |
int |
Index |
|
Property Value
PartsCount
Count of Parts in technologist.
Declaration
Property Value
SetupStage[int]
Declaration
ICamIpcSetupStage SetupStage[int Index] { get; }
Parameters
Type |
Name |
Description |
int |
Index |
|
Property Value
SetupStagesCount
Count of Setup stages in technologist.
Declaration
int SetupStagesCount { get; }
Property Value
Methods
GetInstanceId()
Get unique identifier of current instance (used in IPC messages)
Declaration
Returns
GetPartStage(int, int)
Declaration
ICamIpcPartStage GetPartStage(int PartIndex, int SetupStageIndex)
Parameters
Type |
Name |
Description |
int |
PartIndex |
|
int |
SetupStageIndex |
|
Returns