Class PartHelper
Assembly: CAMAPI.DotnetHelper.dll
Syntax
public static class PartHelper
Methods
ExternalID(ComWrapper<ICamApiPart>)
Identifier of the Part item inside external system. User can edit it directly
Declaration
public static int ExternalID(this ComWrapper<ICamApiPart> partCom)
Parameters
Returns
PartIndex(ComWrapper<ICamApiPart>)
Internal Identifier of the Part item inside CAM system. It is autogenerated
Declaration
public static int PartIndex(this ComWrapper<ICamApiPart> partCom)
Parameters
Returns
SetExternalID(ComWrapper<ICamApiPart>, int)
Identifier of the Part item inside external system. User can edit it directly
Declaration
public static void SetExternalID(this ComWrapper<ICamApiPart> partCom, int value)
Parameters