-
enum DNBIAMfgAssemblyType {
manufacturingAssembly, manufacturingKit, assemblySpecTree, manufacturingOutput, notSpecified
} -
This file defines the possible types of a Manufacturing Assembly.
Role: List the possible types of a Manufacturing Assembly namely- "manufacturingAssembly" declares the base Manufacturing Assembly
- "manufacturingKit" declares the Manufacturing Kit.
- Example:
-
This example fetches an types of the manufacturing assembly from the object of type MfgAssembly
Dim maObject As MfgAssembly ................. ................. Dim maType set maType = maObject.MAType MsgBox maType
- See also: