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