Interface ICamApiMachine
Assembly: CAMAPI.Machine.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("F953CD89-F706-4E6A-94A7-B2AAB3B17AFF")]
public interface ICamApiMachine
Properties
GUID
Global identifier GUID of the machine schema
Declaration
Property Value
MachineCaption
User friendly machine name
Declaration
string MachineCaption { get; }
Property Value
WorkpieceConnector[int]
Declaration
ICamApiWorkpieceConnector WorkpieceConnector[int Index] { get; }
Parameters
Type |
Name |
Description |
int |
Index |
|
Property Value
WorkpieceConnectorsCount
Count of workpiece connectors
Declaration
int WorkpieceConnectorsCount { get; }
Property Value
XMLNodeName
ID of machine's root XML node inside schema file
Declaration
string XMLNodeName { get; }
Property Value
XMLProp
Value in XML-file, describing operation
Declaration
IST_XMLPropPointer XMLProp { get; }
Property Value
Methods
CreateEvaluator()
Create instance of machine evaluator
Declaration
ICamApiMachineEvaluator CreateEvaluator()
Returns