MaterialPackageBatchMaterialPackage Property |
Gets or sets the batch material package.
Remarks
This field specify the parent batch material unit representing the complete batch.
The BatchMaterialPackagecan be queried the quantity as well as other properties for the whole batch.
This data is only set, when the events are send out of the line level verification system. This
property can not be set via the interface.
Namespace: CFX.StructuresAssembly: CFX (in CFX.dll) Version: 2.0.0+5bb1f71a933ed371a0f5f2d5e7db34c89b75f3ea
Syntaxpublic MaterialPackage BatchMaterialPackage { get; set; }
Public Property BatchMaterialPackage As MaterialPackage
Get
Set
Property Value
MaterialPackageThe batch material package.
See Also