Interface ICamIpcMachinesLibrary
Access to machines library in CAM API
Assembly: CAMIPC.MachinesLibrary.dll
Syntax
[Guid("90BF22A4-5253-46D1-AF7F-32E92EF5319B")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcMachinesLibrary
Properties
CurrentMachine
Current project machine (read-only)
Declaration
ICamIpcMachineInfo CurrentMachine { get; }
Property Value
Methods
FindMachine(Guid, string, string)
Declaration
ICamIpcMachineInfo FindMachine(Guid Guid, string FilePath, string TypeName)
Parameters
Returns
GetInstanceId()
Get unique identifier of current instance (used in IPC messages)
Declaration
Returns