Interface ICamApiSetupStage
Setup stage as separate entity in CAM technologist
Namespace: CAMAPI.Technologist
Assembly: CAMAPI.Technologist.dll
Syntax
[Guid("976F8592-6C3B-4007-86F7-3E781703F118")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiSetupStage
Properties
Machine
Get machine instance
Declaration
ICamApiMachine Machine { get; }
Property Value
Type | Description |
---|---|
ICamApiMachine |
SetupStageIndex
Internal Identifier of the setup stage item inside CAM system. It is autogenerated.
Declaration
int SetupStageIndex { get; }
Property Value
Type | Description |
---|---|
int |