Interface ICamApiMachineInfo
Informational properties about the machine of CAM system
Namespace: SprutCAMTech.CAMAPI.Machine
Assembly: SprutCAMTech.CAMAPI.Machine.dll
Syntax
[Guid("7367E163-74B9-4715-B03E-DBAD8D171A88")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiMachineInfo
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 |
SchemaFilePath
Path to the machine schema file
Declaration
string SchemaFilePath { 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 |