Click or drag to resize

ConsumedMaterial Class

[This is preliminary documentation and is subject to change.]

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

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

The ConsumedMaterial type exposes the following members.

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