Click or drag to resize

IRangeBoxAllowancesWorkpiece Interface

Interface for workpiece having allowances in different directions

Namespace: CeliAPS.BomApi.Data.WorkpieceData
Assembly: BomApi (in BomApi.dll) Version: 1.0.63
Syntax
public interface IRangeBoxAllowancesWorkpiece : Workpiece, 
	Item

The IRangeBoxAllowancesWorkpiece type exposes the following members.

Properties
 NameDescription
Public propertyAllowances Gets the allowances.
Public propertyBomId Gets bom item identifier.
(Inherited from Item)
Public propertyBomStructure Indicates how the component is used/viewed in a BOM.
(Inherited from Item)
Public propertyChildren Objects comprising current Item
(Inherited from Item)
Public propertyCode Gets the code.
(Inherited from Item)
Public propertyName Gets the name.
(Inherited from Item)
Public propertyPdmType PDM Type of this instance. Is used in {Item.Type} parser.
(Inherited from Item)
Top
Methods
 NameDescription
Public methodGetMaterial Gets the material of workpiece (first element in children collection).;
(Inherited from Workpiece)
Top
See Also