Interface ICamApiPart
Part as separate entity in CAM technologist
Namespace: CAMAPI.PartStage
Assembly: CAMAPI.PartStage.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 |
IsPartCopy
Returns true if this part is a copy of part, that you can take from property PrototypePartIndex
Declaration
bool IsPartCopy { get; }
Property Value
| Type | Description |
|---|---|
| bool |
PartIndex
Internal Identifier of the Part item inside CAM system. It is autogenerated
Declaration
int PartIndex { get; }
Property Value
| Type | Description |
|---|---|
| int |
PrototypePartIndex
Returns the index of the original part from which it copied. If part is not a copy, returns -1
Declaration
int PrototypePartIndex { get; }
Property Value
| Type | Description |
|---|---|
| int |