Click or drag to resize

LiquidCoverWorkpiece Interface

Interface defining workpiece having liquid material (paint).

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

The LiquidCoverWorkpiece type exposes the following members.

Properties
 NameDescription
Public propertyAllowance 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 propertyCoverPosition Gets one or more sides that a cover influences (placed on)
(Inherited from CoverMaterialWorkpiece)
Public propertyName Gets the name.
(Inherited from Item)
Public propertyOrder The order of workpiece appliance to part in manufacturing process.
(Inherited from CoverMaterialWorkpiece)
Public propertyPdmType PDM Type of this instance. Is used in {Item.Type} parser.
(Inherited from Item)
Public propertyThickness Gets the thickness of workpiece.
Top
Methods
 NameDescription
Public methodGetConnectionType Gets the type of the side and.
(Inherited from CoverMaterialWorkpiece)
Public methodGetMaterial Gets the material of workpiece (first element in children collection).;
(Inherited from Workpiece)
Top
See Also