Interface ICamApiTechOperation
Assembly: CAMAPI.Technologist.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("C0384D7A-9E7C-4867-87AA-42642AF3186C")]
public interface ICamApiTechOperation
Properties
FullName
Slash divided full name of technology operation including parent groups.
Declaration
Property Value
Id
Get unique identifier of technology operation
Declaration
Property Value
IsGroup
Returns true if the operation is any kind of groups and can have child operations.
Declaration
Property Value
Machine
Declaration
ICamApiMachine Machine { get; }
Property Value
Name
Get name of technology operation
Declaration
string Name { get; set; }
Property Value
OperationType
Type identifier of the technology operation
Declaration
string OperationType { get; }
Property Value
Methods
InitMachineEvaluator(ICamApiMachineEvaluator, out TResultStatus)
Declaration
void InitMachineEvaluator(ICamApiMachineEvaluator MachineEvaluator, out TResultStatus ResultStatus)
Parameters