Click or drag to resize

MaterialsSplit Class

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

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:  CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntax
public class MaterialsSplit : CFXMessage

The MaterialsSplit type exposes the following members.

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