Click or drag to resize

MaterialsSplit Class

Sent when a a certain quantity of material is removed from a material package to form a new material package. The sum of the new quantities of the old and new material package packages should equal the quantity of the original package.
{
  "SourceMaterialPackageIdentifier": "MAT4566589856",
  "SourceMaterialPackageRemainingQuantity": 121.0,
  "NewMaterialPackageIdentifier": "MAT4563453457",
  "NewMaterialPackageQuantity": 30.0
}
Inheritance Hierarchy
SystemObject
  CFXCFXMessage
    CFX.Materials.ManagementMaterialsSplit

Namespace: CFX.Materials.Management
Assembly: CFX (in CFX.dll) Version: 1.7.3
Syntax
public class MaterialsSplit : CFXMessage

The MaterialsSplit type exposes the following members.

Constructors
 NameDescription
Public methodMaterialsSplit 
Top
Properties
 NameDescription
Public propertyNewMaterialPackageIdentifier The unique identifier of the newly created material package
Public propertyNewMaterialPackageQuantity The amount of material contained within newly created material package
Public propertySourceMaterialPackageIdentifier The unique identifier of the original material package that is being divided
Public propertySourceMaterialPackageRemainingQuantity The quantity of material remaining in the original material package after it was divided
Top
See Also