r1 Enumeration DNBIAMfgAssemblyType
Indexes
DNBIAMfgAssemblyType (Enumeration)
enum DNBIAMfgAssemblyType {
manufacturingAssembly,
manufacturingKit
}
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:
- MfgAssembly
Copyright © 2006, Dassault Systèmes. All rights reserved.