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.1.1+880255d2f7380f340f56b243a51d99f2136bdae3
Syntaxpublic MaterialPackage BatchMaterialPackage { get; set; }Public Property BatchMaterialPackage As MaterialPackage
Get
Set
Property Value
MaterialPackageThe batch material package.
See Also