Interface ICamIpcPart
Part as separate entity in CAM technologist
Namespace: CAMIPC.Technologist
Assembly: CAMIPC.Technologist.dll
Syntax
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
[Guid("FC95B9CC-4149-4755-B91D-12540659F572")]
public interface ICamIpcPart
Properties
ExternalID
Identifier of the Part item inside external system. User can edit it directly.
Declaration
int ExternalID { get; set; }
Property Value
Type | Description |
---|---|
int |
PartIndex
Internal Identifier of the Part item inside CAM system. It is autogenerated.
Declaration
int PartIndex { get; }
Property Value
Type | Description |
---|---|
int |
Methods
GetInstanceId()
Get unique identifier of current instance (used in IPC messages)
Declaration
string GetInstanceId()
Returns
Type | Description |
---|---|
string |