Interface IPLMOperation
Namespace: CAMAPI.Extension.PLM
Assembly: CAMAPI.Extension.PLM.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("0FDA2398-CD02-4BC4-85BA-C36F13D64561")]
public interface IPLMOperation
Properties
Comment
Declaration
string Comment { get; }
Property Value
Type | Description |
---|---|
string |
Name
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |
NCProgram
Declaration
string NCProgram { get; }
Property Value
Type | Description |
---|---|
string |
Num
Declaration
int Num { get; }
Property Value
Type | Description |
---|---|
int |
Time
Declaration
double Time { get; }
Property Value
Type | Description |
---|---|
double |
ToolNum
Declaration
int ToolNum { get; }
Property Value
Type | Description |
---|---|
int |
Type
Declaration
string Type { get; }
Property Value
Type | Description |
---|---|
string |