Interface ICamApiPart
Part as separate entity in CAM technologist
Namespace: CAMAPI.Technologist
Assembly: CAMAPI.Technologist.dll
Syntax
[Guid("6311C8F4-A15B-4AE6-90F4-4FADB5824A48")]
[InterfaceType(ComInterfaceType.InterfaceIsIUnknown)]
public interface ICamApiPart
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 |