Click or drag to resize

ConsumedMaterial Class

Describes an event where material is consumed in the course of production.
Inheritance Hierarchy
SystemObject
  CFX.StructuresConsumedMaterial

Namespace: CFX.Structures
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class ConsumedMaterial

The ConsumedMaterial type exposes the following members.

Constructors
 NameDescription
Public methodConsumedMaterial Default constructor
Top
Properties
 NameDescription
Public propertyMaterialLocation The location on the process endpoint from which the material was consumed. Also identifies the specific material package from which the material was consumed (if known)
Public propertyQuantitySpoiled The quantity of material that was spoiled (consumed, but not for value-added purposes)
Public propertyQuantityUsed The quantity of material that was consumed for value-added purposes
Public propertyRemainingQuantity The quantity of material remaining in the material package after the consumption event
Top
See Also