Interface ICamApiMachineInfo
Namespace: CAMAPI.Machine
Assembly: CAMAPI.Machine.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("7367E163-74B9-4715-B03E-DBAD8D171A88")]
public interface ICamApiMachineInfo
Properties
GUID
Declaration
string GUID { get; }
Property Value
Type | Description |
---|---|
string |
MachineCaption
Declaration
string MachineCaption { get; }
Property Value
Type | Description |
---|---|
string |
SchemaFilePath
Declaration
string SchemaFilePath { get; }
Property Value
Type | Description |
---|---|
string |
XMLNodeName
Declaration
string XMLNodeName { get; }
Property Value
Type | Description |
---|---|
string |