Interface ICamApiMachine
Machine instance
Namespace: CAMAPI.Machine
Assembly: CAMAPI.Machine.dll
Syntax
[Guid("F953CD89-F706-4E6A-94A7-B2AAB3B17AFF")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiMachine
Properties
GUID
Global identifier GUID of the machine schema
Declaration
string GUID { get; }
Property Value
Type | Description |
---|---|
string |
MachineCaption
User friendly machine name
Declaration
string MachineCaption { get; }
Property Value
Type | Description |
---|---|
string |
XMLNodeName
ID of machine's root XML node inside schema file
Declaration
string XMLNodeName { get; }
Property Value
Type | Description |
---|---|
string |
Methods
CreateEvaluator()
Create instance of machine evaluator
Declaration
ICamApiMachineEvaluator CreateEvaluator()
Returns
Type | Description |
---|---|
ICamApiMachineEvaluator |