Interface IPLMOperation
Interface representing an operation parameters within the PLM system.
Namespace: CAMAPI.Extension.PLM
Assembly: CAMAPI.Extension.PLM.dll
Syntax
[Guid("0FDA2398-CD02-4BC4-85BA-C36F13D64561")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface IPLMOperation
Properties
Comment
Gets the comment associated with the operation.
Declaration
string Comment { get; }
Property Value
Type | Description |
---|---|
string |
NCProgram
Gets the NC program of the operation.
Declaration
string NCProgram { get; }
Property Value
Type | Description |
---|---|
string |
Name
Gets the display name of the operation.
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |
Num
Gets the number of the operation.
Declaration
int Num { get; }
Property Value
Type | Description |
---|---|
int |
Time
Gets the time of the operation.
Declaration
double Time { get; }
Property Value
Type | Description |
---|---|
double |
ToolNum
Gets the number of the tool associated with the operation.
Declaration
int ToolNum { get; }
Property Value
Type | Description |
---|---|
int |
Type
Gets the type of the operation.
Declaration
string Type { get; }
Property Value
Type | Description |
---|---|
string |