Interface ICamIpcWorkpieceConnector
Workpiece connector
Namespace: CAMIPC.TechOperation
Assembly: CAMIPC.TechOperation.dll
Syntax
[Guid("DD26492B-28AB-4468-B10F-E487E7151253")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamIpcWorkpieceConnector
Properties
Name
Non-unique name of the workpiece connector
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |
Methods
GetInstanceId()
Get unique identifier of current instance (used in IPC messages)
Declaration
string GetInstanceId()
Returns
Type | Description |
---|---|
string |