Interface ICamIpcSetupStage
Setup stage as separate entity in CAM technologist
Namespace: CAMIPC.Technologist
Assembly: CAMIPC.Technologist.dll
Syntax
[Guid("D919B554-99C7-4916-9A7C-F1686AF89B0E")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcSetupStage
Properties
Machine
Get machine instance
Declaration
ICamIpcMachine Machine { get; }
Property Value
Type | Description |
---|---|
ICamIpcMachine |
SetupStageIndex
Internal Identifier of the setup stage item inside CAM system. It is autogenerated.
Declaration
int SetupStageIndex { get; }
Property Value
Type | Description |
---|---|
int |
Methods
GetInstanceId()
Get unique identifier of current instance (used in IPC messages)
Declaration
string GetInstanceId()
Returns
Type | Description |
---|---|
string |