Interface ICamApiPartAndStageList
list of parts and setup stages in technologist
Assembly: CAMAPI.Technologist.dll
Syntax
[Guid("619ECB86-E9D4-4096-9080-19E276D6B8FF")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiPartAndStageList
Properties
Part[int]
Declaration
ICamApiPart Part[int Index] { get; }
Parameters
Type |
Name |
Description |
int |
Index |
|
Property Value
PartsCount
Count of Parts in technologist.
Declaration
Property Value
SetupStage[int]
Declaration
ICamApiSetupStage 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
GetPartStage(int, int)
Declaration
ICamApiPartStage GetPartStage(int PartIndex, int SetupStageIndex)
Parameters
Type |
Name |
Description |
int |
PartIndex |
|
int |
SetupStageIndex |
|
Returns