Interface ICamApiMachinesLibrary
Access to machines library in CAM API
Assembly: CAMAPI.MachinesLibrary.dll
Syntax
[Guid("43B54D38-0B3C-46D4-9129-8F3301A9DB59")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiMachinesLibrary
Properties
CurrentMachine
Current project machine (read-only)
Declaration
ICamApiMachineInfo CurrentMachine { get; }
Property Value
Methods
FindMachine(Guid, string, string)
Declaration
ICamApiMachineInfo FindMachine(Guid guid, string filePath, string typeName)
Parameters
Returns