TransportOrderStartedMaterials Property |
[This is preliminary documentation and is subject to change.]
A list of the specific materials, WIP, and / or production units that are to be
transported for this transport order.
Namespace:
CFX.Materials.Transport
Assembly:
CFXnet46 (in CFXnet46.dll) Version: 1.0.5
Syntaxpublic List<MaterialPackage> Materials { get; set; }
Public Property Materials As List(Of MaterialPackage)
Get
Set
Property Value
Type:
ListMaterialPackage
See Also