Interface IPPFunTechInfoSetupStage
Information about the Setup stage in which the operation is located.
Namespace: DotnetPostprocessing.SDK
Assembly: DotnetPostprocessing.SDK.dll
Syntax
public interface IPPFunTechInfoSetupStage
Properties
Index
Index of the setup stage in the list of CAM's project setup stages
Declaration
int Index { get; }
Property Value
Type | Description |
---|---|
int |
Name
The name of the setup stage group inside CAM's project
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |