All Frameworks Object Hierarchy This Framework Indexes
| o Func AddComponent( | iReferenceProduct) As |
Dim SpareWheel As Product Set SpareWheel = ToolKits.AddComponent(FrontRightWheel)
| o Sub AddComponentsFromFiles( | iFilesList, | |
| iMethod) |
| o Func AddExternalComponent( | iProductDocument) As |
Dim GearBox As Product Set GearBox = PowerTrains.AddExternalComponent(GearBoxDocument)
| o Func AddNewComponent( | iDocumenType, | |
| iPartNumber) As |
Dim GearBox As Product Set GearBox = PowerTrains.AddNewComponent(GearBoxDocument, "A120-253X-7")
| o Func AddNewProduct( | iPartNumber) As |
Dim Engine As Product Set Engine = PowerTrains.AddNewProduct(V6Engine)
| o Func Item( | iIndex) As |
Dim ThisProduct As Product
Set ThisProduct = CarParts.Item(3)
Dim ThatProduct As Product
Set ThatProduct = CarParts.Item("Wheel")
| o Sub Remove( | iIndex) |
Brakes.Remove(6)
Brakes.Remove("LeftRearDisc")
| o Func ReplaceComponent( | iOldComponent, | |
| iFilePath, | ||
| iMultiInstances) As |
Note:
Part Number conflict will be resolved automatically.
| o Func ReplaceProduct( | iOldComponent, | |
| iNewReference, | ||
| iMultiInstances) As |
Copyright © 2003, Dassault Systèmes. All rights reserved.